Shades of Sulu #BDF588
Tints of Sulu #BDF588
RGB
CMYK
RGB Variations
Color information
#BDF588 (or 0xBDF588) is known color: Sulu. HEX triplet: BD, F5 and 88. RGB value is (189,245,136). Sum of RGB (Red+Green+Blue) = 189+245+136=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF588 is #420A77. Grayscale: #D8D8D8. Windows color (decimal): -4328056 or 8975805. OLE color: 8975805.
HSL color Cylindrical-coordinate representation of color #BDF588: hue angle of 90.83º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF588 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 136 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.04 |
| HSL | 90.83º | 0.84% | 0.75% | - |
| HSV(B) | 90.83º | 0.44% | 0.96% | - |
| XYZ | 58.08 | 77.9 | 35.27 | - |
| YUV | 215.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 136 | 0.23 | 0 | 0.44 | 0.04 | 90.83 | 0.84 | 0.75 |
| Hex | BD | F5 | 88 | 17 | 0 | 2C | 4 | 5B | 54 | 4B |
| Octal | 275 | 365 | 210 | 27 | 0 | 54 | 4 | 133 | 124 | 113 |
| Binary | 10111101 | 11110101 | 10001000 | 10111 | 0 | 101100 | 100 | 1011011 | 1010100 | 1001011 |
Color Harmonies of #BDF588
Complementary color
Monochromatic Colors of #BDF588
Black with #BDF588
Text Example
Text Example
White with #BDF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF588; }
p { color: rgb(189,245,136); }
H1.HeaderClassName
{
color: #BDF588;
}
.AnyTagClassName
{
color: #BDF588;
}
</style>
background-color css
<style>
a { background-color: #BDF588; }
a { background-color: rgb(189,245,136); }
div.DivClassName
{
background-color: #BDF588;
}
.BgClassName
{
background-color: #BDF588;
}
</style>
border-color css
<style>
span { border-color: #BDF588; }
span { border-color: rgb(189,245,136); }
td.TdClassName
{
border-color: #BDF588;
}
.TagClassName
{
border-color: #BDF588;
}
</style>