#BDE88D

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

Shades of Sulu #BDE88D

Tints of Sulu #BDE88D

Color information

#BDE88D (or 0xBDE88D) is unknown color: approx Sulu. HEX triplet: BD, E8 and 8D. RGB value is (189,232,141). Sum of RGB (Red+Green+Blue) = 189+232+141=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE88D is #421772. Grayscale: #D1D1D1. Windows color (decimal): -4331379 or 9300157. OLE color: 9300157.

HSL color Cylindrical-coordinate representation of color #BDE88D: hue angle of 88.35º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE88D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB189232141-
CMYK0.1900.390.09
HSL88.35º66.42%73.14%-
HSV(B)88.35º39.22%90.98%-
XYZ54.6570.4635.92-
YUV208.7789.75113.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 141 (55.47% from 255) = 25.09%
R=33.63%
G=41.28%
B=25.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321410.1900.390.0988.3566.4273.14
HexBDE88D130279584249
Octal2753502152304711130102111
Binary1011110111101000100011011001101001111001101100010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE88D; }

 p { color: rgb(189,232,141); }

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

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

 a { background-color: rgb(189,232,141); }

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

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

 span { border-color: rgb(189,232,141); }

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