Shades of Sulu #BDF488
Tints of Sulu #BDF488
RGB
CMYK
RGB Variations
Color information
#BDF488 (or 0xBDF488) is known color: Sulu. HEX triplet: BD, F4 and 88. RGB value is (189,244,136). Sum of RGB (Red+Green+Blue) = 189+244+136=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF488 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF488 is #420B77. Grayscale: #D7D7D7. Windows color (decimal): -4328312 or 8975549. OLE color: 8975549.
HSL color Cylindrical-coordinate representation of color #BDF488: hue angle of 90.56º degrees, saturation: 0.83, 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 #BDF488 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 136 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.04 |
| HSL | 90.56º | 0.83% | 0.75% | - |
| HSV(B) | 90.56º | 0.44% | 0.96% | - |
| XYZ | 57.78 | 77.3 | 35.17 | - |
| YUV | 215.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 136 | 0.23 | 0 | 0.44 | 0.04 | 90.56 | 0.83 | 0.75 |
| Hex | BD | F4 | 88 | 17 | 0 | 2C | 4 | 5B | 53 | 4B |
| Octal | 275 | 364 | 210 | 27 | 0 | 54 | 4 | 133 | 123 | 113 |
| Binary | 10111101 | 11110100 | 10001000 | 10111 | 0 | 101100 | 100 | 1011011 | 1010011 | 1001011 |
Color Harmonies of #BDF488
Complementary color
Monochromatic Colors of #BDF488
Black with #BDF488
Text Example
Text Example
White with #BDF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF488; }
p { color: rgb(189,244,136); }
H1.HeaderClassName
{
color: #BDF488;
}
.AnyTagClassName
{
color: #BDF488;
}
</style>
background-color css
<style>
a { background-color: #BDF488; }
a { background-color: rgb(189,244,136); }
div.DivClassName
{
background-color: #BDF488;
}
.BgClassName
{
background-color: #BDF488;
}
</style>
border-color css
<style>
span { border-color: #BDF488; }
span { border-color: rgb(189,244,136); }
td.TdClassName
{
border-color: #BDF488;
}
.TagClassName
{
border-color: #BDF488;
}
</style>