Shades of Sulu #BFF47F
Tints of Sulu #BFF47F
RGB
CMYK
RGB Variations
Color information
#BFF47F (or 0xBFF47F) is known color: Sulu. HEX triplet: BF, F4 and 7F. RGB value is (191,244,127). Sum of RGB (Red+Green+Blue) = 191+244+127=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF47F is #400B80. Grayscale: #D7D7D7. Windows color (decimal): -4197249 or 8385727. OLE color: 8385727.
HSL color Cylindrical-coordinate representation of color #BFF47F: hue angle of 87.18º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF47F is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 127 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.04 |
| HSL | 87.18º | 0.84% | 0.73% | - |
| HSV(B) | 87.18º | 0.48% | 0.96% | - |
| XYZ | 57.67 | 77.31 | 31.96 | - |
| YUV | 214.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 127 | 0.22 | 0 | 0.48 | 0.04 | 87.18 | 0.84 | 0.73 |
| Hex | BF | F4 | 7F | 16 | 0 | 30 | 4 | 57 | 54 | 49 |
| Octal | 277 | 364 | 177 | 26 | 0 | 60 | 4 | 127 | 124 | 111 |
| Binary | 10111111 | 11110100 | 1111111 | 10110 | 0 | 110000 | 100 | 1010111 | 1010100 | 1001001 |
Color Harmonies of #BFF47F
Complementary color
Monochromatic Colors of #BFF47F
Black with #BFF47F
Text Example
Text Example
White with #BFF47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF47F; }
p { color: rgb(191,244,127); }
H1.HeaderClassName
{
color: #BFF47F;
}
.AnyTagClassName
{
color: #BFF47F;
}
</style>
background-color css
<style>
a { background-color: #BFF47F; }
a { background-color: rgb(191,244,127); }
div.DivClassName
{
background-color: #BFF47F;
}
.BgClassName
{
background-color: #BFF47F;
}
</style>
border-color css
<style>
span { border-color: #BFF47F; }
span { border-color: rgb(191,244,127); }
td.TdClassName
{
border-color: #BFF47F;
}
.TagClassName
{
border-color: #BFF47F;
}
</style>