#BDDD70

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

Shades of Sulu #BDDD70

Tints of Sulu #BDDD70

Color information

#BDDD70 (or 0xBDDD70) is unknown color: approx Sulu. HEX triplet: BD, DD and 70. RGB value is (189,221,112). Sum of RGB (Red+Green+Blue) = 189+221+112=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD70 is #42228F. Grayscale: #C7C7C7. Windows color (decimal): -4334224 or 7396797. OLE color: 7396797.

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

Color convert

RGB189221112-
CMYK0.1400.490.13
HSL77.61º61.58%65.29%-
HSV(B)77.61º49.32%86.67%-
XYZ49.7763.725-
YUV199.0178.9120.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=36.21%
G=42.34%
B=21.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211120.1400.490.1377.6161.5865.29
HexBDDD70E031D4e3e41
Octal275335160160611511676101
Binary1011110111011101111000011100110001110110011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD70; }

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

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

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

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

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

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

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

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