Shades of Sulu #BEE17A
Tints of Sulu #BEE17A
RGB
CMYK
RGB Variations
Color information
#BEE17A (or 0xBEE17A) is known color: Sulu. HEX triplet: BE, E1 and 7A. RGB value is (190,225,122). Sum of RGB (Red+Green+Blue) = 190+225+122=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE17A is #411E85. Grayscale: #CBCBCB. Windows color (decimal): -4267654 or 8053182. OLE color: 8053182.
HSL color Cylindrical-coordinate representation of color #BEE17A: hue angle of 80.39º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEE17A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 122 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.12 |
| HSL | 80.39º | 0.63% | 0.68% | - |
| HSV(B) | 80.39º | 0.46% | 0.88% | - |
| XYZ | 51.67 | 66.2 | 28.47 | - |
| YUV | 202.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 122 | 0.16 | 0 | 0.46 | 0.12 | 80.39 | 0.63 | 0.68 |
| Hex | BE | E1 | 7A | 10 | 0 | 2E | C | 50 | 3F | 44 |
| Octal | 276 | 341 | 172 | 20 | 0 | 56 | 14 | 120 | 77 | 104 |
| Binary | 10111110 | 11100001 | 1111010 | 10000 | 0 | 101110 | 1100 | 1010000 | 111111 | 1000100 |
Color Harmonies of #BEE17A
Complementary color
Monochromatic Colors of #BEE17A
Black with #BEE17A
Text Example
Text Example
White with #BEE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE17A; }
p { color: rgb(190,225,122); }
H1.HeaderClassName
{
color: #BEE17A;
}
.AnyTagClassName
{
color: #BEE17A;
}
</style>
background-color css
<style>
a { background-color: #BEE17A; }
a { background-color: rgb(190,225,122); }
div.DivClassName
{
background-color: #BEE17A;
}
.BgClassName
{
background-color: #BEE17A;
}
</style>
border-color css
<style>
span { border-color: #BEE17A; }
span { border-color: rgb(190,225,122); }
td.TdClassName
{
border-color: #BEE17A;
}
.TagClassName
{
border-color: #BEE17A;
}
</style>