Shades of Sulu #BEE97C
Tints of Sulu #BEE97C
RGB
CMYK
RGB Variations
Color information
#BEE97C (or 0xBEE97C) is known color: Sulu. HEX triplet: BE, E9 and 7C. RGB value is (190,233,124). Sum of RGB (Red+Green+Blue) = 190+233+124=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE97C is #411683. Grayscale: #D0D0D0. Windows color (decimal): -4265604 or 8186302. OLE color: 8186302.
HSL color Cylindrical-coordinate representation of color #BEE97C: hue angle of 83.67º 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 #BEE97C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 124 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.09 |
| HSL | 83.67º | 0.71% | 0.7% | - |
| HSV(B) | 83.67º | 0.47% | 0.91% | - |
| XYZ | 54.01 | 70.68 | 29.86 | - |
| YUV | 207.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 124 | 0.18 | 0 | 0.47 | 0.09 | 83.67 | 0.71 | 0.7 |
| Hex | BE | E9 | 7C | 12 | 0 | 2F | 9 | 54 | 47 | 46 |
| Octal | 276 | 351 | 174 | 22 | 0 | 57 | 11 | 124 | 107 | 106 |
| Binary | 10111110 | 11101001 | 1111100 | 10010 | 0 | 101111 | 1001 | 1010100 | 1000111 | 1000110 |
Color Harmonies of #BEE97C
Complementary color
Monochromatic Colors of #BEE97C
Black with #BEE97C
Text Example
Text Example
White with #BEE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE97C; }
p { color: rgb(190,233,124); }
H1.HeaderClassName
{
color: #BEE97C;
}
.AnyTagClassName
{
color: #BEE97C;
}
</style>
background-color css
<style>
a { background-color: #BEE97C; }
a { background-color: rgb(190,233,124); }
div.DivClassName
{
background-color: #BEE97C;
}
.BgClassName
{
background-color: #BEE97C;
}
</style>
border-color css
<style>
span { border-color: #BEE97C; }
span { border-color: rgb(190,233,124); }
td.TdClassName
{
border-color: #BEE97C;
}
.TagClassName
{
border-color: #BEE97C;
}
</style>