#bddf72

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

Shades of Sulu #BDDF72

Tints of Sulu #BDDF72

Color information

#BDDF72 (or 0xBDDF72) is unknown color: approx Sulu. HEX triplet: BD, DF and 72. RGB value is (189,223,114). Sum of RGB (Red+Green+Blue) = 189+223+114=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF72 is #42208D. Grayscale: #C8C8C8. Windows color (decimal): -4333710 or 7528381. OLE color: 7528381.

HSL color Cylindrical-coordinate representation of color #BDDF72: hue angle of 78.72º degrees, saturation: 0.63, 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 #BDDF72 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB189223114-
CMYK0.1500.490.13
HSL78.72º63.01%66.08%-
HSV(B)78.72º48.88%87.45%-
XYZ50.4164.8125.77-
YUV200.4179.24119.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=35.93%
G=42.40%
B=21.67%

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
Decimal1892231140.1500.490.1378.7263.0166.08
HexBDDF72F031D4f3f42
Octal275337162170611511777102
Binary1011110111011111111001011110110001110110011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bddf72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bddf72; }

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

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

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

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

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

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

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

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