Shades of Sulu #BEE16D
Tints of Sulu #BEE16D
RGB
CMYK
RGB Variations
Color information
#BEE16D (or 0xBEE16D) is known color: Sulu. HEX triplet: BE, E1 and 6D. RGB value is (190,225,109). Sum of RGB (Red+Green+Blue) = 190+225+109=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE16D is #411E92. Grayscale: #C9C9C9. Windows color (decimal): -4267667 or 7201214. OLE color: 7201214.
HSL color Cylindrical-coordinate representation of color #BEE16D: hue angle of 78.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEE16D is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 109 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.12 |
| HSL | 78.1º | 0.66% | 0.65% | - |
| HSV(B) | 78.1º | 0.52% | 0.88% | - |
| XYZ | 50.92 | 65.9 | 24.5 | - |
| YUV | 201.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 109 | 0.16 | 0 | 0.52 | 0.12 | 78.1 | 0.66 | 0.65 |
| Hex | BE | E1 | 6D | 10 | 0 | 34 | C | 4E | 42 | 41 |
| Octal | 276 | 341 | 155 | 20 | 0 | 64 | 14 | 116 | 102 | 101 |
| Binary | 10111110 | 11100001 | 1101101 | 10000 | 0 | 110100 | 1100 | 1001110 | 1000010 | 1000001 |
Color Harmonies of #BEE16D
Complementary color
Monochromatic Colors of #BEE16D
Black with #BEE16D
Text Example
Text Example
White with #BEE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE16D; }
p { color: rgb(190,225,109); }
H1.HeaderClassName
{
color: #BEE16D;
}
.AnyTagClassName
{
color: #BEE16D;
}
</style>
background-color css
<style>
a { background-color: #BEE16D; }
a { background-color: rgb(190,225,109); }
div.DivClassName
{
background-color: #BEE16D;
}
.BgClassName
{
background-color: #BEE16D;
}
</style>
border-color css
<style>
span { border-color: #BEE16D; }
span { border-color: rgb(190,225,109); }
td.TdClassName
{
border-color: #BEE16D;
}
.TagClassName
{
border-color: #BEE16D;
}
</style>