Shades of Sulu #BFE97C
Tints of Sulu #BFE97C
RGB
CMYK
RGB Variations
Color information
#BFE97C (or 0xBFE97C) is known color: Sulu. HEX triplet: BF, E9 and 7C. RGB value is (191,233,124). Sum of RGB (Red+Green+Blue) = 191+233+124=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE97C is #401683. Grayscale: #D0D0D0. Windows color (decimal): -4200068 or 8186303. OLE color: 8186303.
HSL color Cylindrical-coordinate representation of color #BFE97C: hue angle of 83.12º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFE97C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 124 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.09 |
| HSL | 83.12º | 0.71% | 0.7% | - |
| HSV(B) | 83.12º | 0.47% | 0.91% | - |
| XYZ | 54.26 | 70.81 | 29.88 | - |
| YUV | 208.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 124 | 0.18 | 0 | 0.47 | 0.09 | 83.12 | 0.71 | 0.7 |
| Hex | BF | E9 | 7C | 12 | 0 | 2F | 9 | 53 | 47 | 46 |
| Octal | 277 | 351 | 174 | 22 | 0 | 57 | 11 | 123 | 107 | 106 |
| Binary | 10111111 | 11101001 | 1111100 | 10010 | 0 | 101111 | 1001 | 1010011 | 1000111 | 1000110 |
Color Harmonies of #BFE97C
Complementary color
Monochromatic Colors of #BFE97C
Black with #BFE97C
Text Example
Text Example
White with #BFE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE97C; }
p { color: rgb(191,233,124); }
H1.HeaderClassName
{
color: #BFE97C;
}
.AnyTagClassName
{
color: #BFE97C;
}
</style>
background-color css
<style>
a { background-color: #BFE97C; }
a { background-color: rgb(191,233,124); }
div.DivClassName
{
background-color: #BFE97C;
}
.BgClassName
{
background-color: #BFE97C;
}
</style>
border-color css
<style>
span { border-color: #BFE97C; }
span { border-color: rgb(191,233,124); }
td.TdClassName
{
border-color: #BFE97C;
}
.TagClassName
{
border-color: #BFE97C;
}
</style>