Shades of Sulu #BEE17B
Tints of Sulu #BEE17B
RGB
CMYK
RGB Variations
Color information
#BEE17B (or 0xBEE17B) is known color: Sulu. HEX triplet: BE, E1 and 7B. RGB value is (190,225,123). Sum of RGB (Red+Green+Blue) = 190+225+123=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE17B is #411E84. Grayscale: #CBCBCB. Windows color (decimal): -4267653 or 8118718. OLE color: 8118718.
HSL color Cylindrical-coordinate representation of color #BEE17B: hue angle of 80.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEE17B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 123 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.12 |
| HSL | 80.59º | 0.63% | 0.68% | - |
| HSV(B) | 80.59º | 0.45% | 0.88% | - |
| XYZ | 51.74 | 66.23 | 28.8 | - |
| YUV | 202.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 123 | 0.16 | 0 | 0.45 | 0.12 | 80.59 | 0.63 | 0.68 |
| Hex | BE | E1 | 7B | 10 | 0 | 2D | C | 51 | 3F | 44 |
| Octal | 276 | 341 | 173 | 20 | 0 | 55 | 14 | 121 | 77 | 104 |
| Binary | 10111110 | 11100001 | 1111011 | 10000 | 0 | 101101 | 1100 | 1010001 | 111111 | 1000100 |
Color Harmonies of #BEE17B
Complementary color
Monochromatic Colors of #BEE17B
Black with #BEE17B
Text Example
Text Example
White with #BEE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE17B; }
p { color: rgb(190,225,123); }
H1.HeaderClassName
{
color: #BEE17B;
}
.AnyTagClassName
{
color: #BEE17B;
}
</style>
background-color css
<style>
a { background-color: #BEE17B; }
a { background-color: rgb(190,225,123); }
div.DivClassName
{
background-color: #BEE17B;
}
.BgClassName
{
background-color: #BEE17B;
}
</style>
border-color css
<style>
span { border-color: #BEE17B; }
span { border-color: rgb(190,225,123); }
td.TdClassName
{
border-color: #BEE17B;
}
.TagClassName
{
border-color: #BEE17B;
}
</style>