#bddc70

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

Shades of Sulu #BDDC70

Tints of Sulu #BDDC70

Color information

#BDDC70 (or 0xBDDC70) is unknown color: approx Sulu. HEX triplet: BD, DC and 70. RGB value is (189,220,112). Sum of RGB (Red+Green+Blue) = 189+220+112=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC70 is #42238F. Grayscale: #C6C6C6. Windows color (decimal): -4334480 or 7396541. OLE color: 7396541.

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

Color convert

RGB189220112-
CMYK0.1400.490.14
HSL77.22º60.67%65.1%-
HSV(B)77.22º49.09%86.27%-
XYZ49.563.1824.91-
YUV198.4279.23121.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=36.28%
G=42.23%
B=21.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201120.1400.490.1477.2260.6765.1
HexBDDC70E031E4d3d41
Octal275334160160611611575101
Binary1011110111011100111000011100110001111010011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bddc70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bddc70; }

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

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

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

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

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

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

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

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