Shades of Sulu #BEE16B
Tints of Sulu #BEE16B
RGB
CMYK
RGB Variations
Color information
#BEE16B (or 0xBEE16B) is known color: Sulu. HEX triplet: BE, E1 and 6B. RGB value is (190,225,107). Sum of RGB (Red+Green+Blue) = 190+225+107=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE16B is #411E94. Grayscale: #C9C9C9. Windows color (decimal): -4267669 or 7070142. OLE color: 7070142.
HSL color Cylindrical-coordinate representation of color #BEE16B: hue angle of 77.8º 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 #BEE16B is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 107 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.12 |
| HSL | 77.8º | 0.66% | 0.65% | - |
| HSV(B) | 77.8º | 0.52% | 0.88% | - |
| XYZ | 50.81 | 65.86 | 23.94 | - |
| YUV | 201.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 107 | 0.16 | 0 | 0.52 | 0.12 | 77.8 | 0.66 | 0.65 |
| Hex | BE | E1 | 6B | 10 | 0 | 34 | C | 4E | 42 | 41 |
| Octal | 276 | 341 | 153 | 20 | 0 | 64 | 14 | 116 | 102 | 101 |
| Binary | 10111110 | 11100001 | 1101011 | 10000 | 0 | 110100 | 1100 | 1001110 | 1000010 | 1000001 |
Color Harmonies of #BEE16B
Complementary color
Monochromatic Colors of #BEE16B
Black with #BEE16B
Text Example
Text Example
White with #BEE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE16B; }
p { color: rgb(190,225,107); }
H1.HeaderClassName
{
color: #BEE16B;
}
.AnyTagClassName
{
color: #BEE16B;
}
</style>
background-color css
<style>
a { background-color: #BEE16B; }
a { background-color: rgb(190,225,107); }
div.DivClassName
{
background-color: #BEE16B;
}
.BgClassName
{
background-color: #BEE16B;
}
</style>
border-color css
<style>
span { border-color: #BEE16B; }
span { border-color: rgb(190,225,107); }
td.TdClassName
{
border-color: #BEE16B;
}
.TagClassName
{
border-color: #BEE16B;
}
</style>