Shades of Sulu #BDF87E
Tints of Sulu #BDF87E
RGB
CMYK
RGB Variations
Color information
#BDF87E (or 0xBDF87E) is known color: Sulu. HEX triplet: BD, F8 and 7E. RGB value is (189,248,126). Sum of RGB (Red+Green+Blue) = 189+248+126=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF87E is #420781. Grayscale: #D8D8D8. Windows color (decimal): -4327298 or 8321213. OLE color: 8321213.
HSL color Cylindrical-coordinate representation of color #BDF87E: hue angle of 89.02º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF87E is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 126 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.03 |
| HSL | 89.02º | 0.9% | 0.73% | - |
| HSV(B) | 89.02º | 0.49% | 0.97% | - |
| XYZ | 58.32 | 79.46 | 32 | - |
| YUV | 216.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 126 | 0.24 | 0 | 0.49 | 0.03 | 89.02 | 0.9 | 0.73 |
| Hex | BD | F8 | 7E | 18 | 0 | 31 | 3 | 59 | 5A | 49 |
| Octal | 275 | 370 | 176 | 30 | 0 | 61 | 3 | 131 | 132 | 111 |
| Binary | 10111101 | 11111000 | 1111110 | 11000 | 0 | 110001 | 11 | 1011001 | 1011010 | 1001001 |
Color Harmonies of #BDF87E
Complementary color
Monochromatic Colors of #BDF87E
Black with #BDF87E
Text Example
Text Example
White with #BDF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF87E; }
p { color: rgb(189,248,126); }
H1.HeaderClassName
{
color: #BDF87E;
}
.AnyTagClassName
{
color: #BDF87E;
}
</style>
background-color css
<style>
a { background-color: #BDF87E; }
a { background-color: rgb(189,248,126); }
div.DivClassName
{
background-color: #BDF87E;
}
.BgClassName
{
background-color: #BDF87E;
}
</style>
border-color css
<style>
span { border-color: #BDF87E; }
span { border-color: rgb(189,248,126); }
td.TdClassName
{
border-color: #BDF87E;
}
.TagClassName
{
border-color: #BDF87E;
}
</style>