Shades of Sulu #BDF188
Tints of Sulu #BDF188
RGB
CMYK
RGB Variations
Color information
#BDF188 (or 0xBDF188) is known color: Sulu. HEX triplet: BD, F1 and 88. RGB value is (189,241,136). Sum of RGB (Red+Green+Blue) = 189+241+136=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF188 is #420E77. Grayscale: #D5D5D5. Windows color (decimal): -4329080 or 8974781. OLE color: 8974781.
HSL color Cylindrical-coordinate representation of color #BDF188: hue angle of 89.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF188 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 136 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.05 |
| HSL | 89.71º | 0.79% | 0.74% | - |
| HSV(B) | 89.71º | 0.44% | 0.95% | - |
| XYZ | 56.89 | 75.51 | 34.87 | - |
| YUV | 213.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 136 | 0.22 | 0 | 0.44 | 0.05 | 89.71 | 0.79 | 0.74 |
| Hex | BD | F1 | 88 | 16 | 0 | 2C | 5 | 5A | 4F | 4A |
| Octal | 275 | 361 | 210 | 26 | 0 | 54 | 5 | 132 | 117 | 112 |
| Binary | 10111101 | 11110001 | 10001000 | 10110 | 0 | 101100 | 101 | 1011010 | 1001111 | 1001010 |
Color Harmonies of #BDF188
Complementary color
Monochromatic Colors of #BDF188
Black with #BDF188
Text Example
Text Example
White with #BDF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF188; }
p { color: rgb(189,241,136); }
H1.HeaderClassName
{
color: #BDF188;
}
.AnyTagClassName
{
color: #BDF188;
}
</style>
background-color css
<style>
a { background-color: #BDF188; }
a { background-color: rgb(189,241,136); }
div.DivClassName
{
background-color: #BDF188;
}
.BgClassName
{
background-color: #BDF188;
}
</style>
border-color css
<style>
span { border-color: #BDF188; }
span { border-color: rgb(189,241,136); }
td.TdClassName
{
border-color: #BDF188;
}
.TagClassName
{
border-color: #BDF188;
}
</style>