Shades of Sulu #BFE472
Tints of Sulu #BFE472
RGB
CMYK
RGB Variations
Color information
#BFE472 (or 0xBFE472) is known color: Sulu. HEX triplet: BF, E4 and 72. RGB value is (191,228,114). Sum of RGB (Red+Green+Blue) = 191+228+114=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE472 is #401B8D. Grayscale: #CCCCCC. Windows color (decimal): -4201358 or 7529663. OLE color: 7529663.
HSL color Cylindrical-coordinate representation of color #BFE472: hue angle of 79.47º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE472 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 114 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.11 |
| HSL | 79.47º | 0.68% | 0.67% | - |
| HSV(B) | 79.47º | 0.5% | 0.89% | - |
| XYZ | 52.27 | 67.78 | 26.25 | - |
| YUV | 203.94 | 77.24 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 114 | 0.16 | 0 | 0.50 | 0.11 | 79.47 | 0.68 | 0.67 |
| Hex | BF | E4 | 72 | 10 | 0 | 32 | B | 4F | 44 | 43 |
| Octal | 277 | 344 | 162 | 20 | 0 | 62 | 13 | 117 | 104 | 103 |
| Binary | 10111111 | 11100100 | 1110010 | 10000 | 0 | 110010 | 1011 | 1001111 | 1000100 | 1000011 |
Color Harmonies of #BFE472
Complementary color
Monochromatic Colors of #BFE472
Black with #BFE472
Text Example
Text Example
White with #BFE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE472; }
p { color: rgb(191,228,114); }
H1.HeaderClassName
{
color: #BFE472;
}
.AnyTagClassName
{
color: #BFE472;
}
</style>
background-color css
<style>
a { background-color: #BFE472; }
a { background-color: rgb(191,228,114); }
div.DivClassName
{
background-color: #BFE472;
}
.BgClassName
{
background-color: #BFE472;
}
</style>
border-color css
<style>
span { border-color: #BFE472; }
span { border-color: rgb(191,228,114); }
td.TdClassName
{
border-color: #BFE472;
}
.TagClassName
{
border-color: #BFE472;
}
</style>