Shades of Sulu #BEE78A
Tints of Sulu #BEE78A
RGB
CMYK
RGB Variations
Color information
#BEE78A (or 0xBEE78A) is known color: Sulu. HEX triplet: BE, E7 and 8A. RGB value is (190,231,138). Sum of RGB (Red+Green+Blue) = 190+231+138=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE78A is #411875. Grayscale: #D0D0D0. Windows color (decimal): -4266102 or 9103294. OLE color: 9103294.
HSL color Cylindrical-coordinate representation of color #BEE78A: hue angle of 86.45º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEE78A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 138 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.09 |
| HSL | 86.45º | 0.66% | 0.72% | - |
| HSV(B) | 86.45º | 0.4% | 0.91% | - |
| XYZ | 54.4 | 69.93 | 34.68 | - |
| YUV | 208.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 138 | 0.18 | 0 | 0.40 | 0.09 | 86.45 | 0.66 | 0.72 |
| Hex | BE | E7 | 8A | 12 | 0 | 28 | 9 | 56 | 42 | 48 |
| Octal | 276 | 347 | 212 | 22 | 0 | 50 | 11 | 126 | 102 | 110 |
| Binary | 10111110 | 11100111 | 10001010 | 10010 | 0 | 101000 | 1001 | 1010110 | 1000010 | 1001000 |
Color Harmonies of #BEE78A
Complementary color
Monochromatic Colors of #BEE78A
Black with #BEE78A
Text Example
Text Example
White with #BEE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE78A; }
p { color: rgb(190,231,138); }
H1.HeaderClassName
{
color: #BEE78A;
}
.AnyTagClassName
{
color: #BEE78A;
}
</style>
background-color css
<style>
a { background-color: #BEE78A; }
a { background-color: rgb(190,231,138); }
div.DivClassName
{
background-color: #BEE78A;
}
.BgClassName
{
background-color: #BEE78A;
}
</style>
border-color css
<style>
span { border-color: #BEE78A; }
span { border-color: rgb(190,231,138); }
td.TdClassName
{
border-color: #BEE78A;
}
.TagClassName
{
border-color: #BEE78A;
}
</style>