Shades of Sulu #BEEA8E
Tints of Sulu #BEEA8E
RGB
CMYK
RGB Variations
Color information
#BEEA8E (or 0xBEEA8E) is known color: Sulu. HEX triplet: BE, EA and 8E. RGB value is (190,234,142). Sum of RGB (Red+Green+Blue) = 190+234+142=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEA8E is #411571. Grayscale: #D2D2D2. Windows color (decimal): -4265330 or 9366206. OLE color: 9366206.
HSL color Cylindrical-coordinate representation of color #BEEA8E: hue angle of 88.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEEA8E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 142 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.08 |
| HSL | 88.7º | 0.69% | 0.74% | - |
| HSV(B) | 88.7º | 0.39% | 0.92% | - |
| XYZ | 55.54 | 71.75 | 36.51 | - |
| YUV | 210.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 142 | 0.19 | 0 | 0.39 | 0.08 | 88.7 | 0.69 | 0.74 |
| Hex | BE | EA | 8E | 13 | 0 | 27 | 8 | 59 | 45 | 4A |
| Octal | 276 | 352 | 216 | 23 | 0 | 47 | 10 | 131 | 105 | 112 |
| Binary | 10111110 | 11101010 | 10001110 | 10011 | 0 | 100111 | 1000 | 1011001 | 1000101 | 1001010 |
Color Harmonies of #BEEA8E
Complementary color
Monochromatic Colors of #BEEA8E
Black with #BEEA8E
Text Example
Text Example
White with #BEEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEA8E; }
p { color: rgb(190,234,142); }
H1.HeaderClassName
{
color: #BEEA8E;
}
.AnyTagClassName
{
color: #BEEA8E;
}
</style>
background-color css
<style>
a { background-color: #BEEA8E; }
a { background-color: rgb(190,234,142); }
div.DivClassName
{
background-color: #BEEA8E;
}
.BgClassName
{
background-color: #BEEA8E;
}
</style>
border-color css
<style>
span { border-color: #BEEA8E; }
span { border-color: rgb(190,234,142); }
td.TdClassName
{
border-color: #BEEA8E;
}
.TagClassName
{
border-color: #BEEA8E;
}
</style>