#BDDE70

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

Shades of Sulu #BDDE70

Tints of Sulu #BDDE70

Color information

#BDDE70 (or 0xBDDE70) is unknown color: approx Sulu. HEX triplet: BD, DE and 70. RGB value is (189,222,112). Sum of RGB (Red+Green+Blue) = 189+222+112=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE70 is #42218F. Grayscale: #C7C7C7. Windows color (decimal): -4333968 or 7397053. OLE color: 7397053.

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

Color convert

RGB189222112-
CMYK0.1500.500.13
HSL78º62.5%65.49%-
HSV(B)78º49.55%87.06%-
XYZ50.0364.2325.09-
YUV199.5978.57120.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 112 (44.14% from 255) = 21.41%
R=36.14%
G=42.45%
B=21.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221120.1500.500.137862.565.49
HexBDDE70F032D4e3e41
Octal275336160170621511676101
Binary1011110111011110111000011110110010110110011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE70; }

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

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

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

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

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

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

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

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