Html Css Color HEX #BDDD72 Sulu

📋 copy color: '#BDDD72'

red 189 ◦ green 221 ◦ blue 114

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

Shades of Sulu #BDDD72

Tints of Sulu #BDDD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.76%

R = 36.07%
G = 42.18%
B = 21.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BDDD72 (or 0xBDDD72) is known color: Sulu. HEX triplet: BD, DD and 72. RGB value is (189,221,114). Sum of RGB (Red+Green+Blue) = 189+221+114=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD72 is #42228D. Grayscale: #C7C7C7. Windows color (decimal): -4334222 or 7527869. OLE color: 7527869.

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

Color convert

RGB 189 221 114 -
CMYK 0.14 0 0.48 0.13
HSL 77.94º 0.61% 0.66% -
HSV(B) 77.94º 0.48% 0.87% -
XYZ 49.88 63.75 25.59 -
YUV 199.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 189 221 114 0.14 0 0.48 0.13 77.94 0.61 0.66
Hex BD DD 72 E 0 30 D 4E 3D 42
Octal 275 335 162 16 0 60 15 116 75 102
Binary 10111101 11011101 1110010 1110 0 110000 1101 1001110 111101 1000010

Color Harmonies of #BDDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD72

Black with #BDDD72

Text Example


Text Example

White with #BDDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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