Shades of Sulu #BDF87D
Tints of Sulu #BDF87D
RGB
CMYK
RGB Variations
Color information
#BDF87D (or 0xBDF87D) is known color: Sulu. HEX triplet: BD, F8 and 7D. RGB value is (189,248,125). Sum of RGB (Red+Green+Blue) = 189+248+125=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF87D is #420782. Grayscale: #D8D8D8. Windows color (decimal): -4327299 or 8255677. OLE color: 8255677.
HSL color Cylindrical-coordinate representation of color #BDF87D: hue angle of 88.78º 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 #BDF87D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 125 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.03 |
| HSL | 88.78º | 0.9% | 0.73% | - |
| HSV(B) | 88.78º | 0.5% | 0.97% | - |
| XYZ | 58.26 | 79.43 | 31.66 | - |
| YUV | 216.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 125 | 0.24 | 0 | 0.50 | 0.03 | 88.78 | 0.9 | 0.73 |
| Hex | BD | F8 | 7D | 18 | 0 | 32 | 3 | 59 | 5A | 49 |
| Octal | 275 | 370 | 175 | 30 | 0 | 62 | 3 | 131 | 132 | 111 |
| Binary | 10111101 | 11111000 | 1111101 | 11000 | 0 | 110010 | 11 | 1011001 | 1011010 | 1001001 |
Color Harmonies of #BDF87D
Complementary color
Monochromatic Colors of #BDF87D
Black with #BDF87D
Text Example
Text Example
White with #BDF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF87D; }
p { color: rgb(189,248,125); }
H1.HeaderClassName
{
color: #BDF87D;
}
.AnyTagClassName
{
color: #BDF87D;
}
</style>
background-color css
<style>
a { background-color: #BDF87D; }
a { background-color: rgb(189,248,125); }
div.DivClassName
{
background-color: #BDF87D;
}
.BgClassName
{
background-color: #BDF87D;
}
</style>
border-color css
<style>
span { border-color: #BDF87D; }
span { border-color: rgb(189,248,125); }
td.TdClassName
{
border-color: #BDF87D;
}
.TagClassName
{
border-color: #BDF87D;
}
</style>