Shades of Sulu #BDF08E
Tints of Sulu #BDF08E
RGB
CMYK
RGB Variations
Color information
#BDF08E (or 0xBDF08E) is known color: Sulu. HEX triplet: BD, F0 and 8E. RGB value is (189,240,142). Sum of RGB (Red+Green+Blue) = 189+240+142=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF08E is #420F71. Grayscale: #D5D5D5. Windows color (decimal): -4329330 or 9367741. OLE color: 9367741.
HSL color Cylindrical-coordinate representation of color #BDF08E: hue angle of 91.22º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF08E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 142 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.06 |
| HSL | 91.22º | 0.77% | 0.75% | - |
| HSV(B) | 91.22º | 0.41% | 0.94% | - |
| XYZ | 57.03 | 75.09 | 37.08 | - |
| YUV | 213.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 142 | 0.21 | 0 | 0.41 | 0.06 | 91.22 | 0.77 | 0.75 |
| Hex | BD | F0 | 8E | 15 | 0 | 29 | 6 | 5B | 4D | 4B |
| Octal | 275 | 360 | 216 | 25 | 0 | 51 | 6 | 133 | 115 | 113 |
| Binary | 10111101 | 11110000 | 10001110 | 10101 | 0 | 101001 | 110 | 1011011 | 1001101 | 1001011 |
Color Harmonies of #BDF08E
Complementary color
Monochromatic Colors of #BDF08E
Black with #BDF08E
Text Example
Text Example
White with #BDF08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF08E; }
p { color: rgb(189,240,142); }
H1.HeaderClassName
{
color: #BDF08E;
}
.AnyTagClassName
{
color: #BDF08E;
}
</style>
background-color css
<style>
a { background-color: #BDF08E; }
a { background-color: rgb(189,240,142); }
div.DivClassName
{
background-color: #BDF08E;
}
.BgClassName
{
background-color: #BDF08E;
}
</style>
border-color css
<style>
span { border-color: #BDF08E; }
span { border-color: rgb(189,240,142); }
td.TdClassName
{
border-color: #BDF08E;
}
.TagClassName
{
border-color: #BDF08E;
}
</style>