#BDDE72

Color #BDDE72 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDDE72

Tints of Sulu #BDDE72

Color information

#BDDE72 (or 0xBDDE72) is unknown color: approx Sulu. HEX triplet: BD, DE and 72. RGB value is (189,222,114). Sum of RGB (Red+Green+Blue) = 189+222+114=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE72 is #42218D. Grayscale: #C8C8C8. Windows color (decimal): -4333966 or 7528125. OLE color: 7528125.

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

Color convert

RGB189222114-
CMYK0.1500.490.13
HSL78.33º62.07%65.88%-
HSV(B)78.33º48.65%87.06%-
XYZ50.1464.2825.68-
YUV199.8279.57120.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 114 (44.92% from 255) = 21.71%
R=36%
G=42.29%
B=21.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221140.1500.490.1378.3362.0765.88
HexBDDE72F031D4e3e42
Octal275336162170611511676102
Binary1011110111011110111001011110110001110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE72; }

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

 H1.HeaderClassName
 {
   color: #BDDE72;
 }
 .AnyTagClassName
 {
   color: #BDDE72;
 }
</style>
background-color css

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

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

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

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

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

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