Shades of Sulu #BDF088
Tints of Sulu #BDF088
RGB
CMYK
RGB Variations
Color information
#BDF088 (or 0xBDF088) is known color: Sulu. HEX triplet: BD, F0 and 88. RGB value is (189,240,136). Sum of RGB (Red+Green+Blue) = 189+240+136=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF088 is #420F77. Grayscale: #D5D5D5. Windows color (decimal): -4329336 or 8974525. OLE color: 8974525.
HSL color Cylindrical-coordinate representation of color #BDF088: hue angle of 89.42º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF088 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 136 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.06 |
| HSL | 89.42º | 0.78% | 0.74% | - |
| HSV(B) | 89.42º | 0.43% | 0.94% | - |
| XYZ | 56.59 | 74.92 | 34.77 | - |
| YUV | 212.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 136 | 0.21 | 0 | 0.43 | 0.06 | 89.42 | 0.78 | 0.74 |
| Hex | BD | F0 | 88 | 15 | 0 | 2B | 6 | 59 | 4E | 4A |
| Octal | 275 | 360 | 210 | 25 | 0 | 53 | 6 | 131 | 116 | 112 |
| Binary | 10111101 | 11110000 | 10001000 | 10101 | 0 | 101011 | 110 | 1011001 | 1001110 | 1001010 |
Color Harmonies of #BDF088
Complementary color
Monochromatic Colors of #BDF088
Black with #BDF088
Text Example
Text Example
White with #BDF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF088; }
p { color: rgb(189,240,136); }
H1.HeaderClassName
{
color: #BDF088;
}
.AnyTagClassName
{
color: #BDF088;
}
</style>
background-color css
<style>
a { background-color: #BDF088; }
a { background-color: rgb(189,240,136); }
div.DivClassName
{
background-color: #BDF088;
}
.BgClassName
{
background-color: #BDF088;
}
</style>
border-color css
<style>
span { border-color: #BDF088; }
span { border-color: rgb(189,240,136); }
td.TdClassName
{
border-color: #BDF088;
}
.TagClassName
{
border-color: #BDF088;
}
</style>