Shades of Sulu #BFF47B
Tints of Sulu #BFF47B
RGB
CMYK
RGB Variations
Color information
#BFF47B (or 0xBFF47B) is known color: Sulu. HEX triplet: BF, F4 and 7B. RGB value is (191,244,123). Sum of RGB (Red+Green+Blue) = 191+244+123=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF47B is #400B84. Grayscale: #D6D6D6. Windows color (decimal): -4197253 or 8123583. OLE color: 8123583.
HSL color Cylindrical-coordinate representation of color #BFF47B: hue angle of 86.28º 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 #BFF47B is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 123 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.04 |
| HSL | 86.28º | 0.85% | 0.72% | - |
| HSV(B) | 86.28º | 0.5% | 0.96% | - |
| XYZ | 57.41 | 77.21 | 30.62 | - |
| YUV | 214.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 123 | 0.22 | 0 | 0.50 | 0.04 | 86.28 | 0.85 | 0.72 |
| Hex | BF | F4 | 7B | 16 | 0 | 32 | 4 | 56 | 55 | 48 |
| Octal | 277 | 364 | 173 | 26 | 0 | 62 | 4 | 126 | 125 | 110 |
| Binary | 10111111 | 11110100 | 1111011 | 10110 | 0 | 110010 | 100 | 1010110 | 1010101 | 1001000 |
Color Harmonies of #BFF47B
Complementary color
Monochromatic Colors of #BFF47B
Black with #BFF47B
Text Example
Text Example
White with #BFF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF47B; }
p { color: rgb(191,244,123); }
H1.HeaderClassName
{
color: #BFF47B;
}
.AnyTagClassName
{
color: #BFF47B;
}
</style>
background-color css
<style>
a { background-color: #BFF47B; }
a { background-color: rgb(191,244,123); }
div.DivClassName
{
background-color: #BFF47B;
}
.BgClassName
{
background-color: #BFF47B;
}
</style>
border-color css
<style>
span { border-color: #BFF47B; }
span { border-color: rgb(191,244,123); }
td.TdClassName
{
border-color: #BFF47B;
}
.TagClassName
{
border-color: #BFF47B;
}
</style>