#BDDE7D

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

Shades of Sulu #BDDE7D

Tints of Sulu #BDDE7D

Color information

#BDDE7D (or 0xBDDE7D) is unknown color: approx Sulu. HEX triplet: BD, DE and 7D. RGB value is (189,222,125). Sum of RGB (Red+Green+Blue) = 189+222+125=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE7D is #422182. Grayscale: #C9C9C9. Windows color (decimal): -4333955 or 8249021. OLE color: 8249021.

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

Color convert

RGB189222125-
CMYK0.1500.440.13
HSL80.41º59.51%68.04%-
HSV(B)80.41º43.69%87.06%-
XYZ50.8164.5429.18-
YUV201.0885.07119.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=35.26%
G=41.42%
B=23.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221250.1500.440.1380.4159.5168.04
HexBDDE7DF02CD503c44
Octal275336175170541512074104
Binary1011110111011110111110111110101100110110100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE7D; }

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

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

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

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

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

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

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

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