Shades of Sulu #BFF479
Tints of Sulu #BFF479
RGB
CMYK
RGB Variations
Color information
#BFF479 (or 0xBFF479) is known color: Sulu. HEX triplet: BF, F4 and 79. RGB value is (191,244,121). Sum of RGB (Red+Green+Blue) = 191+244+121=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF479 is #400B86. Grayscale: #D6D6D6. Windows color (decimal): -4197255 or 7992511. OLE color: 7992511.
HSL color Cylindrical-coordinate representation of color #BFF479: hue angle of 85.85º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFF479 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 121 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.04 |
| HSL | 85.85º | 0.85% | 0.72% | - |
| HSV(B) | 85.85º | 0.5% | 0.96% | - |
| XYZ | 57.29 | 77.16 | 29.96 | - |
| YUV | 214.13 | 75.44 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 121 | 0.22 | 0 | 0.50 | 0.04 | 85.85 | 0.85 | 0.72 |
| Hex | BF | F4 | 79 | 16 | 0 | 32 | 4 | 56 | 55 | 48 |
| Octal | 277 | 364 | 171 | 26 | 0 | 62 | 4 | 126 | 125 | 110 |
| Binary | 10111111 | 11110100 | 1111001 | 10110 | 0 | 110010 | 100 | 1010110 | 1010101 | 1001000 |
Color Harmonies of #BFF479
Complementary color
Monochromatic Colors of #BFF479
Black with #BFF479
Text Example
Text Example
White with #BFF479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF479; }
p { color: rgb(191,244,121); }
H1.HeaderClassName
{
color: #BFF479;
}
.AnyTagClassName
{
color: #BFF479;
}
</style>
background-color css
<style>
a { background-color: #BFF479; }
a { background-color: rgb(191,244,121); }
div.DivClassName
{
background-color: #BFF479;
}
.BgClassName
{
background-color: #BFF479;
}
</style>
border-color css
<style>
span { border-color: #BFF479; }
span { border-color: rgb(191,244,121); }
td.TdClassName
{
border-color: #BFF479;
}
.TagClassName
{
border-color: #BFF479;
}
</style>