#BDDE71

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

Shades of Sulu #BDDE71

Tints of Sulu #BDDE71

Color information

#BDDE71 (or 0xBDDE71) is unknown color: approx Sulu. HEX triplet: BD, DE and 71. RGB value is (189,222,113). Sum of RGB (Red+Green+Blue) = 189+222+113=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE71 is #42218E. Grayscale: #C8C8C8. Windows color (decimal): -4333967 or 7462589. OLE color: 7462589.

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

Color convert

RGB189222113-
CMYK0.1500.490.13
HSL78.17º62.29%65.69%-
HSV(B)78.17º49.1%87.06%-
XYZ50.0964.2525.39-
YUV199.7179.07120.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=36.07%
G=42.37%
B=21.56%

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
Decimal1892221130.1500.490.1378.1762.2965.69
HexBDDE71F031D4e3e42
Octal275336161170611511676102
Binary1011110111011110111000111110110001110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE71; }

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

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

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

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

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

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

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

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