Shades of Sulu #BDF587
Tints of Sulu #BDF587
RGB
CMYK
RGB Variations
Color information
#BDF587 (or 0xBDF587) is known color: 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
| RGB | 189 | 245 | 135 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.04 |
| HSL | 90.55º | 0.85% | 0.75% | - |
| HSV(B) | 90.55º | 0.45% | 0.96% | - |
| XYZ | 58.01 | 77.87 | 34.9 | - |
| YUV | 215.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 135 | 0.23 | 0 | 0.45 | 0.04 | 90.55 | 0.85 | 0.75 |
| Hex | BD | F5 | 87 | 17 | 0 | 2D | 4 | 5B | 55 | 4B |
| Octal | 275 | 365 | 207 | 27 | 0 | 55 | 4 | 133 | 125 | 113 |
| Binary | 10111101 | 11110101 | 10000111 | 10111 | 0 | 101101 | 100 | 1011011 | 1010101 | 1001011 |
Color Harmonies of #BDF587
Complementary color
Monochromatic Colors of #BDF587
Black with #BDF587
Text Example
Text Example
White with #BDF587
Text Example
Text Example
HTML Codes & Css Web 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>