Shades of Sulu #BFE97B
Tints of Sulu #BFE97B
RGB
CMYK
RGB Variations
Color information
#BFE97B (or 0xBFE97B) is known color: Sulu. HEX triplet: BF, E9 and 7B. RGB value is (191,233,123). Sum of RGB (Red+Green+Blue) = 191+233+123=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE97B is #401684. Grayscale: #D0D0D0. Windows color (decimal): -4200069 or 8120767. OLE color: 8120767.
HSL color Cylindrical-coordinate representation of color #BFE97B: hue angle of 82.91º 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 #BFE97B is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 123 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.09 |
| HSL | 82.91º | 0.71% | 0.7% | - |
| HSV(B) | 82.91º | 0.47% | 0.91% | - |
| XYZ | 54.2 | 70.78 | 29.54 | - |
| YUV | 207.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 123 | 0.18 | 0 | 0.47 | 0.09 | 82.91 | 0.71 | 0.7 |
| Hex | BF | E9 | 7B | 12 | 0 | 2F | 9 | 53 | 47 | 46 |
| Octal | 277 | 351 | 173 | 22 | 0 | 57 | 11 | 123 | 107 | 106 |
| Binary | 10111111 | 11101001 | 1111011 | 10010 | 0 | 101111 | 1001 | 1010011 | 1000111 | 1000110 |
Color Harmonies of #BFE97B
Complementary color
Monochromatic Colors of #BFE97B
Black with #BFE97B
Text Example
Text Example
White with #BFE97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE97B; }
p { color: rgb(191,233,123); }
H1.HeaderClassName
{
color: #BFE97B;
}
.AnyTagClassName
{
color: #BFE97B;
}
</style>
background-color css
<style>
a { background-color: #BFE97B; }
a { background-color: rgb(191,233,123); }
div.DivClassName
{
background-color: #BFE97B;
}
.BgClassName
{
background-color: #BFE97B;
}
</style>
border-color css
<style>
span { border-color: #BFE97B; }
span { border-color: rgb(191,233,123); }
td.TdClassName
{
border-color: #BFE97B;
}
.TagClassName
{
border-color: #BFE97B;
}
</style>