#BDE58D

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

Shades of Sulu #BDE58D

Tints of Sulu #BDE58D

Color information

#BDE58D (or 0xBDE58D) is unknown color: approx Sulu. HEX triplet: BD, E5 and 8D. RGB value is (189,229,141). Sum of RGB (Red+Green+Blue) = 189+229+141=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE58D is #421A72. Grayscale: #CFCFCF. Windows color (decimal): -4332147 or 9299389. OLE color: 9299389.

HSL color Cylindrical-coordinate representation of color #BDE58D: hue angle of 87.27º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE58D is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB189229141-
CMYK0.1700.380.10
HSL87.27º62.86%72.55%-
HSV(B)87.27º38.43%89.8%-
XYZ53.8168.7835.64-
YUV207.0190.75115.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=33.81%
G=40.97%
B=25.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892291410.1700.380.1087.2762.8672.55
HexBDE58D11026A573f49
Octal275345215210461212777111
Binary101111011110010110001101100010100110101010101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE58D; }

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

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

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

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

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

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

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

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