Shades of Sulu #BFE476
Tints of Sulu #BFE476
RGB
CMYK
RGB Variations
Color information
#BFE476 (or 0xBFE476) is known color: Sulu. HEX triplet: BF, E4 and 76. RGB value is (191,228,118). Sum of RGB (Red+Green+Blue) = 191+228+118=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE476 is #401B89. Grayscale: #CCCCCC. Windows color (decimal): -4201354 or 7791807. OLE color: 7791807.
HSL color Cylindrical-coordinate representation of color #BFE476: hue angle of 80.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE476 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 118 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.11 |
| HSL | 80.18º | 0.67% | 0.68% | - |
| HSV(B) | 80.18º | 0.48% | 0.89% | - |
| XYZ | 52.5 | 67.87 | 27.47 | - |
| YUV | 204.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 118 | 0.16 | 0 | 0.48 | 0.11 | 80.18 | 0.67 | 0.68 |
| Hex | BF | E4 | 76 | 10 | 0 | 30 | B | 50 | 43 | 44 |
| Octal | 277 | 344 | 166 | 20 | 0 | 60 | 13 | 120 | 103 | 104 |
| Binary | 10111111 | 11100100 | 1110110 | 10000 | 0 | 110000 | 1011 | 1010000 | 1000011 | 1000100 |
Color Harmonies of #BFE476
Complementary color
Monochromatic Colors of #BFE476
Black with #BFE476
Text Example
Text Example
White with #BFE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE476; }
p { color: rgb(191,228,118); }
H1.HeaderClassName
{
color: #BFE476;
}
.AnyTagClassName
{
color: #BFE476;
}
</style>
background-color css
<style>
a { background-color: #BFE476; }
a { background-color: rgb(191,228,118); }
div.DivClassName
{
background-color: #BFE476;
}
.BgClassName
{
background-color: #BFE476;
}
</style>
border-color css
<style>
span { border-color: #BFE476; }
span { border-color: rgb(191,228,118); }
td.TdClassName
{
border-color: #BFE476;
}
.TagClassName
{
border-color: #BFE476;
}
</style>