Shades of Sulu #BDF87A
Tints of Sulu #BDF87A
RGB
CMYK
RGB Variations
Color information
#BDF87A (or 0xBDF87A) is known color: Sulu. HEX triplet: BD, F8 and 7A. RGB value is (189,248,122). Sum of RGB (Red+Green+Blue) = 189+248+122=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF87A is #420785. Grayscale: #D8D8D8. Windows color (decimal): -4327302 or 8059069. OLE color: 8059069.
HSL color Cylindrical-coordinate representation of color #BDF87A: hue angle of 88.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF87A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 122 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.03 |
| HSL | 88.1º | 0.9% | 0.73% | - |
| HSV(B) | 88.1º | 0.51% | 0.97% | - |
| XYZ | 58.07 | 79.36 | 30.67 | - |
| YUV | 216 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 122 | 0.24 | 0 | 0.51 | 0.03 | 88.1 | 0.9 | 0.73 |
| Hex | BD | F8 | 7A | 18 | 0 | 33 | 3 | 58 | 5A | 49 |
| Octal | 275 | 370 | 172 | 30 | 0 | 63 | 3 | 130 | 132 | 111 |
| Binary | 10111101 | 11111000 | 1111010 | 11000 | 0 | 110011 | 11 | 1011000 | 1011010 | 1001001 |
Color Harmonies of #BDF87A
Complementary color
Monochromatic Colors of #BDF87A
Black with #BDF87A
Text Example
Text Example
White with #BDF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF87A; }
p { color: rgb(189,248,122); }
H1.HeaderClassName
{
color: #BDF87A;
}
.AnyTagClassName
{
color: #BDF87A;
}
</style>
background-color css
<style>
a { background-color: #BDF87A; }
a { background-color: rgb(189,248,122); }
div.DivClassName
{
background-color: #BDF87A;
}
.BgClassName
{
background-color: #BDF87A;
}
</style>
border-color css
<style>
span { border-color: #BDF87A; }
span { border-color: rgb(189,248,122); }
td.TdClassName
{
border-color: #BDF87A;
}
.TagClassName
{
border-color: #BDF87A;
}
</style>