Shades of Sulu #BFF47A
Tints of Sulu #BFF47A
RGB
CMYK
RGB Variations
Color information
#BFF47A (or 0xBFF47A) is known color: Sulu. HEX triplet: BF, F4 and 7A. RGB value is (191,244,122). Sum of RGB (Red+Green+Blue) = 191+244+122=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF47A is #400B85. Grayscale: #D6D6D6. Windows color (decimal): -4197254 or 8058047. OLE color: 8058047.
HSL color Cylindrical-coordinate representation of color #BFF47A: hue angle of 86.07º 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 #BFF47A is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 122 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.04 |
| HSL | 86.07º | 0.85% | 0.72% | - |
| HSV(B) | 86.07º | 0.5% | 0.96% | - |
| XYZ | 57.35 | 77.18 | 30.29 | - |
| YUV | 214.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 122 | 0.22 | 0 | 0.5 | 0.04 | 86.07 | 0.85 | 0.72 |
| Hex | BF | F4 | 7A | 16 | 0 | 32 | 4 | 56 | 55 | 48 |
| Octal | 277 | 364 | 172 | 26 | 0 | 62 | 4 | 126 | 125 | 110 |
| Binary | 10111111 | 11110100 | 1111010 | 10110 | 0 | 110010 | 100 | 1010110 | 1010101 | 1001000 |
Color Harmonies of #BFF47A
Complementary color
Monochromatic Colors of #BFF47A
Black with #BFF47A
Text Example
Text Example
White with #BFF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF47A; }
p { color: rgb(191,244,122); }
H1.HeaderClassName
{
color: #BFF47A;
}
.AnyTagClassName
{
color: #BFF47A;
}
</style>
background-color css
<style>
a { background-color: #BFF47A; }
a { background-color: rgb(191,244,122); }
div.DivClassName
{
background-color: #BFF47A;
}
.BgClassName
{
background-color: #BFF47A;
}
</style>
border-color css
<style>
span { border-color: #BFF47A; }
span { border-color: rgb(191,244,122); }
td.TdClassName
{
border-color: #BFF47A;
}
.TagClassName
{
border-color: #BFF47A;
}
</style>