Shades of Sulu #BFF476
Tints of Sulu #BFF476
RGB
CMYK
RGB Variations
Color information
#BFF476 (or 0xBFF476) is known color: Sulu. HEX triplet: BF, F4 and 76. RGB value is (191,244,118). Sum of RGB (Red+Green+Blue) = 191+244+118=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF476 is #400B89. Grayscale: #D6D6D6. Windows color (decimal): -4197258 or 7795903. OLE color: 7795903.
HSL color Cylindrical-coordinate representation of color #BFF476: hue angle of 85.24º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF476 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 118 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.04 |
| HSL | 85.24º | 0.85% | 0.71% | - |
| HSV(B) | 85.24º | 0.52% | 0.96% | - |
| XYZ | 57.11 | 77.09 | 29.01 | - |
| YUV | 213.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 118 | 0.22 | 0 | 0.52 | 0.04 | 85.24 | 0.85 | 0.71 |
| Hex | BF | F4 | 76 | 16 | 0 | 34 | 4 | 55 | 55 | 47 |
| Octal | 277 | 364 | 166 | 26 | 0 | 64 | 4 | 125 | 125 | 107 |
| Binary | 10111111 | 11110100 | 1110110 | 10110 | 0 | 110100 | 100 | 1010101 | 1010101 | 1000111 |
Color Harmonies of #BFF476
Complementary color
Monochromatic Colors of #BFF476
Black with #BFF476
Text Example
Text Example
White with #BFF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF476; }
p { color: rgb(191,244,118); }
H1.HeaderClassName
{
color: #BFF476;
}
.AnyTagClassName
{
color: #BFF476;
}
</style>
background-color css
<style>
a { background-color: #BFF476; }
a { background-color: rgb(191,244,118); }
div.DivClassName
{
background-color: #BFF476;
}
.BgClassName
{
background-color: #BFF476;
}
</style>
border-color css
<style>
span { border-color: #BFF476; }
span { border-color: rgb(191,244,118); }
td.TdClassName
{
border-color: #BFF476;
}
.TagClassName
{
border-color: #BFF476;
}
</style>