Shades of Sulu #BDF487
Tints of Sulu #BDF487
RGB
CMYK
RGB Variations
Color information
#BDF487 (or 0xBDF487) is known color: Sulu. HEX triplet: BD, F4 and 87. RGB value is (189,244,135). Sum of RGB (Red+Green+Blue) = 189+244+135=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF487 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF487 is #420B78. Grayscale: #D7D7D7. Windows color (decimal): -4328313 or 8910013. OLE color: 8910013.
HSL color Cylindrical-coordinate representation of color #BDF487: hue angle of 90.28º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF487 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 135 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.04 |
| HSL | 90.28º | 0.83% | 0.74% | - |
| HSV(B) | 90.28º | 0.45% | 0.96% | - |
| XYZ | 57.71 | 77.27 | 34.79 | - |
| YUV | 215.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 135 | 0.23 | 0 | 0.45 | 0.04 | 90.28 | 0.83 | 0.74 |
| Hex | BD | F4 | 87 | 17 | 0 | 2D | 4 | 5A | 53 | 4A |
| Octal | 275 | 364 | 207 | 27 | 0 | 55 | 4 | 132 | 123 | 112 |
| Binary | 10111101 | 11110100 | 10000111 | 10111 | 0 | 101101 | 100 | 1011010 | 1010011 | 1001010 |
Color Harmonies of #BDF487
Complementary color
Monochromatic Colors of #BDF487
Black with #BDF487
Text Example
Text Example
White with #BDF487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF487; }
p { color: rgb(189,244,135); }
H1.HeaderClassName
{
color: #BDF487;
}
.AnyTagClassName
{
color: #BDF487;
}
</style>
background-color css
<style>
a { background-color: #BDF487; }
a { background-color: rgb(189,244,135); }
div.DivClassName
{
background-color: #BDF487;
}
.BgClassName
{
background-color: #BDF487;
}
</style>
border-color css
<style>
span { border-color: #BDF487; }
span { border-color: rgb(189,244,135); }
td.TdClassName
{
border-color: #BDF487;
}
.TagClassName
{
border-color: #BDF487;
}
</style>