Shades of Sulu #BDF87C
Tints of Sulu #BDF87C
RGB
CMYK
RGB Variations
Color information
#BDF87C (or 0xBDF87C) is known color: Sulu. HEX triplet: BD, F8 and 7C. RGB value is (189,248,124). Sum of RGB (Red+Green+Blue) = 189+248+124=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF87C is #420783. Grayscale: #D8D8D8. Windows color (decimal): -4327300 or 8190141. OLE color: 8190141.
HSL color Cylindrical-coordinate representation of color #BDF87C: hue angle of 88.55º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF87C is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 124 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.03 |
| HSL | 88.55º | 0.9% | 0.73% | - |
| HSV(B) | 88.55º | 0.5% | 0.97% | - |
| XYZ | 58.19 | 79.41 | 31.33 | - |
| YUV | 216.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 124 | 0.24 | 0 | 0.5 | 0.03 | 88.55 | 0.9 | 0.73 |
| Hex | BD | F8 | 7C | 18 | 0 | 32 | 3 | 59 | 5A | 49 |
| Octal | 275 | 370 | 174 | 30 | 0 | 62 | 3 | 131 | 132 | 111 |
| Binary | 10111101 | 11111000 | 1111100 | 11000 | 0 | 110010 | 11 | 1011001 | 1011010 | 1001001 |
Color Harmonies of #BDF87C
Complementary color
Monochromatic Colors of #BDF87C
Black with #BDF87C
Text Example
Text Example
White with #BDF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF87C; }
p { color: rgb(189,248,124); }
H1.HeaderClassName
{
color: #BDF87C;
}
.AnyTagClassName
{
color: #BDF87C;
}
</style>
background-color css
<style>
a { background-color: #BDF87C; }
a { background-color: rgb(189,248,124); }
div.DivClassName
{
background-color: #BDF87C;
}
.BgClassName
{
background-color: #BDF87C;
}
</style>
border-color css
<style>
span { border-color: #BDF87C; }
span { border-color: rgb(189,248,124); }
td.TdClassName
{
border-color: #BDF87C;
}
.TagClassName
{
border-color: #BDF87C;
}
</style>