#BDDD7D

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

Shades of Sulu #BDDD7D

Tints of Sulu #BDDD7D

Color information

#BDDD7D (or 0xBDDD7D) is unknown color: approx Sulu. HEX triplet: BD, DD and 7D. RGB value is (189,221,125). Sum of RGB (Red+Green+Blue) = 189+221+125=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD7D is #422282. Grayscale: #C8C8C8. Windows color (decimal): -4334211 or 8248765. OLE color: 8248765.

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

Color convert

RGB189221125-
CMYK0.1400.430.13
HSL80º58.54%67.84%-
HSV(B)80º43.44%86.67%-
XYZ50.5464.0129.09-
YUV200.4985.4119.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=35.33%
G=41.31%
B=23.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211250.1400.430.138058.5467.84
HexBDDD7DE02BD503b44
Octal275335175160531512073104
Binary1011110111011101111110111100101011110110100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD7D; }

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

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

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

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

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

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

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

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