Shades of Sulu #BFE470
Tints of Sulu #BFE470
RGB
CMYK
RGB Variations
Color information
#BFE470 (or 0xBFE470) is known color: Sulu. HEX triplet: BF, E4 and 70. RGB value is (191,228,112). Sum of RGB (Red+Green+Blue) = 191+228+112=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE470 is #401B8F. Grayscale: #CCCCCC. Windows color (decimal): -4201360 or 7398591. OLE color: 7398591.
HSL color Cylindrical-coordinate representation of color #BFE470: hue angle of 79.14º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE470 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 112 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.11 |
| HSL | 79.14º | 0.68% | 0.67% | - |
| HSV(B) | 79.14º | 0.51% | 0.89% | - |
| XYZ | 52.15 | 67.73 | 25.65 | - |
| YUV | 203.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 112 | 0.16 | 0 | 0.51 | 0.11 | 79.14 | 0.68 | 0.67 |
| Hex | BF | E4 | 70 | 10 | 0 | 33 | B | 4F | 44 | 43 |
| Octal | 277 | 344 | 160 | 20 | 0 | 63 | 13 | 117 | 104 | 103 |
| Binary | 10111111 | 11100100 | 1110000 | 10000 | 0 | 110011 | 1011 | 1001111 | 1000100 | 1000011 |
Color Harmonies of #BFE470
Complementary color
Monochromatic Colors of #BFE470
Black with #BFE470
Text Example
Text Example
White with #BFE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE470; }
p { color: rgb(191,228,112); }
H1.HeaderClassName
{
color: #BFE470;
}
.AnyTagClassName
{
color: #BFE470;
}
</style>
background-color css
<style>
a { background-color: #BFE470; }
a { background-color: rgb(191,228,112); }
div.DivClassName
{
background-color: #BFE470;
}
.BgClassName
{
background-color: #BFE470;
}
</style>
border-color css
<style>
span { border-color: #BFE470; }
span { border-color: rgb(191,228,112); }
td.TdClassName
{
border-color: #BFE470;
}
.TagClassName
{
border-color: #BFE470;
}
</style>