Shades of Sulu #BFF67C
Tints of Sulu #BFF67C
RGB
CMYK
RGB Variations
Color information
#BFF67C (or 0xBFF67C) is known color: Sulu. HEX triplet: BF, F6 and 7C. RGB value is (191,246,124). Sum of RGB (Red+Green+Blue) = 191+246+124=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF67C is #400983. Grayscale: #D8D8D8. Windows color (decimal): -4196740 or 8189631. OLE color: 8189631.
HSL color Cylindrical-coordinate representation of color #BFF67C: hue angle of 87.05º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFF67C is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 124 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.04 |
| HSL | 87.05º | 0.87% | 0.73% | - |
| HSV(B) | 87.05º | 0.5% | 0.96% | - |
| XYZ | 58.08 | 78.44 | 31.15 | - |
| YUV | 215.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 124 | 0.22 | 0 | 0.50 | 0.04 | 87.05 | 0.87 | 0.73 |
| Hex | BF | F6 | 7C | 16 | 0 | 32 | 4 | 57 | 57 | 49 |
| Octal | 277 | 366 | 174 | 26 | 0 | 62 | 4 | 127 | 127 | 111 |
| Binary | 10111111 | 11110110 | 1111100 | 10110 | 0 | 110010 | 100 | 1010111 | 1010111 | 1001001 |
Color Harmonies of #BFF67C
Complementary color
Monochromatic Colors of #BFF67C
Black with #BFF67C
Text Example
Text Example
White with #BFF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF67C; }
p { color: rgb(191,246,124); }
H1.HeaderClassName
{
color: #BFF67C;
}
.AnyTagClassName
{
color: #BFF67C;
}
</style>
background-color css
<style>
a { background-color: #BFF67C; }
a { background-color: rgb(191,246,124); }
div.DivClassName
{
background-color: #BFF67C;
}
.BgClassName
{
background-color: #BFF67C;
}
</style>
border-color css
<style>
span { border-color: #BFF67C; }
span { border-color: rgb(191,246,124); }
td.TdClassName
{
border-color: #BFF67C;
}
.TagClassName
{
border-color: #BFF67C;
}
</style>