Shades of Sulu #BEE06E
Tints of Sulu #BEE06E
RGB
CMYK
RGB Variations
Color information
#BEE06E (or 0xBEE06E) is known color: Sulu. HEX triplet: BE, E0 and 6E. RGB value is (190,224,110). Sum of RGB (Red+Green+Blue) = 190+224+110=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE06E is #411F91. Grayscale: #C9C9C9. Windows color (decimal): -4267922 or 7266494. OLE color: 7266494.
HSL color Cylindrical-coordinate representation of color #BEE06E: hue angle of 77.89º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEE06E is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 110 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.12 |
| HSL | 77.89º | 0.65% | 0.65% | - |
| HSV(B) | 77.89º | 0.51% | 0.88% | - |
| XYZ | 50.71 | 65.38 | 24.7 | - |
| YUV | 200.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 110 | 0.15 | 0 | 0.51 | 0.12 | 77.89 | 0.65 | 0.65 |
| Hex | BE | E0 | 6E | F | 0 | 33 | C | 4E | 41 | 41 |
| Octal | 276 | 340 | 156 | 17 | 0 | 63 | 14 | 116 | 101 | 101 |
| Binary | 10111110 | 11100000 | 1101110 | 1111 | 0 | 110011 | 1100 | 1001110 | 1000001 | 1000001 |
Color Harmonies of #BEE06E
Complementary color
Monochromatic Colors of #BEE06E
Black with #BEE06E
Text Example
Text Example
White with #BEE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE06E; }
p { color: rgb(190,224,110); }
H1.HeaderClassName
{
color: #BEE06E;
}
.AnyTagClassName
{
color: #BEE06E;
}
</style>
background-color css
<style>
a { background-color: #BEE06E; }
a { background-color: rgb(190,224,110); }
div.DivClassName
{
background-color: #BEE06E;
}
.BgClassName
{
background-color: #BEE06E;
}
</style>
border-color css
<style>
span { border-color: #BEE06E; }
span { border-color: rgb(190,224,110); }
td.TdClassName
{
border-color: #BEE06E;
}
.TagClassName
{
border-color: #BEE06E;
}
</style>