Html Css Color HEX #BDE679 Sulu

📋 copy color: '#BDE679'

red 189 ◦ green 230 ◦ blue 121

#BDE679
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDE679

Tints of Sulu #BDE679

RGB

 RED value IS 189 (74.22% from 255) = 35%

 GREEN value IS 230 (90.23% from 255) = 42.59%

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 35%
G = 42.59%
B = 22.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDE679 (or 0xBDE679) is known color: Sulu. HEX triplet: BD, E6 and 79. RGB value is (189,230,121). Sum of RGB (Red+Green+Blue) = 189+230+121=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE679 is #421986. Grayscale: #CDCDCD. Windows color (decimal): -4331911 or 7988925. OLE color: 7988925.

HSL color Cylindrical-coordinate representation of color #BDE679: hue angle of 82.57º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDE679 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 121 -
CMYK 0.18 0 0.47 0.10
HSL 82.57º 0.69% 0.69% -
HSV(B) 82.57º 0.47% 0.9% -
XYZ 52.73 68.79 28.59 -
YUV 205.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 189 230 121 0.18 0 0.47 0.10 82.57 0.69 0.69
Hex BD E6 79 12 0 2F A 53 45 45
Octal 275 346 171 22 0 57 12 123 105 105
Binary 10111101 11100110 1111001 10010 0 101111 1010 1010011 1000101 1000101

Color Harmonies of #BDE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE679

Black with #BDE679

Text Example


Text Example

White with #BDE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE679; }

 p { color: rgb(189,230,121); }

 H1.HeaderClassName
 {
   color: #BDE679;
 }
 .AnyTagClassName
 {
   color: #BDE679;
 }
</style>

background-color css

<style>
 a { background-color: #BDE679; }

 a { background-color: rgb(189,230,121); }

 div.DivClassName
 {
   background-color: #BDE679;
 }
 .BgClassName
 {
   background-color: #BDE679;
 }
</style>

border-color css

<style>
 span { border-color: #BDE679; }

 span { border-color: rgb(189,230,121); }

 td.TdClassName
 {
   border-color: #BDE679;
 }
 .TagClassName
 {
   border-color: #BDE679;
 }
</style>