Shades of Sulu #BFF47C
Tints of Sulu #BFF47C
RGB
CMYK
RGB Variations
Color information
#BFF47C (or 0xBFF47C) is known color: Sulu. HEX triplet: BF, F4 and 7C. RGB value is (191,244,124). Sum of RGB (Red+Green+Blue) = 191+244+124=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF47C is #400B83. Grayscale: #D6D6D6. Windows color (decimal): -4197252 or 8189119. OLE color: 8189119.
HSL color Cylindrical-coordinate representation of color #BFF47C: hue angle of 86.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF47C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 124 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.04 |
| HSL | 86.5º | 0.85% | 0.72% | - |
| HSV(B) | 86.5º | 0.49% | 0.96% | - |
| XYZ | 57.47 | 77.23 | 30.95 | - |
| YUV | 214.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 124 | 0.22 | 0 | 0.49 | 0.04 | 86.5 | 0.85 | 0.72 |
| Hex | BF | F4 | 7C | 16 | 0 | 31 | 4 | 56 | 55 | 48 |
| Octal | 277 | 364 | 174 | 26 | 0 | 61 | 4 | 126 | 125 | 110 |
| Binary | 10111111 | 11110100 | 1111100 | 10110 | 0 | 110001 | 100 | 1010110 | 1010101 | 1001000 |
Color Harmonies of #BFF47C
Complementary color
Monochromatic Colors of #BFF47C
Black with #BFF47C
Text Example
Text Example
White with #BFF47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF47C; }
p { color: rgb(191,244,124); }
H1.HeaderClassName
{
color: #BFF47C;
}
.AnyTagClassName
{
color: #BFF47C;
}
</style>
background-color css
<style>
a { background-color: #BFF47C; }
a { background-color: rgb(191,244,124); }
div.DivClassName
{
background-color: #BFF47C;
}
.BgClassName
{
background-color: #BFF47C;
}
</style>
border-color css
<style>
span { border-color: #BFF47C; }
span { border-color: rgb(191,244,124); }
td.TdClassName
{
border-color: #BFF47C;
}
.TagClassName
{
border-color: #BFF47C;
}
</style>