Html Css Color HEX #BDDD79 Sulu

📋 copy color: '#BDDD79'

red 189 ◦ green 221 ◦ blue 121

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

Shades of Sulu #BDDD79

Tints of Sulu #BDDD79

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

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

R = 35.59%
G = 41.62%
B = 22.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BDDD79 (or 0xBDDD79) is known color: Sulu. HEX triplet: BD, DD and 79. RGB value is (189,221,121). Sum of RGB (Red+Green+Blue) = 189+221+121=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD79 is #422286. Grayscale: #C8C8C8. Windows color (decimal): -4334215 or 7986621. OLE color: 7986621.

HSL color Cylindrical-coordinate representation of color #BDDD79: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDDD79 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 121 -
CMYK 0.14 0 0.45 0.13
HSL 79.2º 0.6% 0.67% -
HSV(B) 79.2º 0.45% 0.87% -
XYZ 50.29 63.91 27.77 -
YUV 200.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 189 221 121 0.14 0 0.45 0.13 79.2 0.6 0.67
Hex BD DD 79 E 0 2D D 4F 3C 43
Octal 275 335 171 16 0 55 15 117 74 103
Binary 10111101 11011101 1111001 1110 0 101101 1101 1001111 111100 1000011

Color Harmonies of #BDDD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD79

Black with #BDDD79

Text Example


Text Example

White with #BDDD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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