#BDF587

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

Shades of Sulu #BDF587

Tints of Sulu #BDF587

Color information

#BDF587 (or 0xBDF587) is unknown color: approx Sulu. HEX triplet: BD, F5 and 87. RGB value is (189,245,135). Sum of RGB (Red+Green+Blue) = 189+245+135=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF587 is #420A78. Grayscale: #D8D8D8. Windows color (decimal): -4328057 or 8910269. OLE color: 8910269.

HSL color Cylindrical-coordinate representation of color #BDF587: hue angle of 90.55º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF587 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB189245135-
CMYK0.2300.450.04
HSL90.55º84.62%74.51%-
HSV(B)90.55º44.9%96.08%-
XYZ58.0177.8734.9-
YUV215.7282.45108.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 135 (53.12% from 255) = 23.73%
R=33.22%
G=43.06%
B=23.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451350.2300.450.0490.5584.6274.51
HexBDF5871702D45b554b
Octal275365207270554133125113
Binary101111011111010110000111101110101101100101101110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF587; }

 p { color: rgb(189,245,135); }

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

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

 a { background-color: rgb(189,245,135); }

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

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

 span { border-color: rgb(189,245,135); }

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