Shades of Sulu #BEE481
Tints of Sulu #BEE481
RGB
CMYK
RGB Variations
Color information
#BEE481 (or 0xBEE481) is known color: Sulu. HEX triplet: BE, E4 and 81. RGB value is (190,228,129). Sum of RGB (Red+Green+Blue) = 190+228+129=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE481 is #411B7E. Grayscale: #CDCDCD. Windows color (decimal): -4266879 or 8512702. OLE color: 8512702.
HSL color Cylindrical-coordinate representation of color #BEE481: hue angle of 83.03º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEE481 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 129 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.11 |
| HSL | 83.03º | 0.65% | 0.7% | - |
| HSV(B) | 83.03º | 0.43% | 0.89% | - |
| XYZ | 52.94 | 68.02 | 31.11 | - |
| YUV | 205.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 129 | 0.17 | 0 | 0.43 | 0.11 | 83.03 | 0.65 | 0.7 |
| Hex | BE | E4 | 81 | 11 | 0 | 2B | B | 53 | 41 | 46 |
| Octal | 276 | 344 | 201 | 21 | 0 | 53 | 13 | 123 | 101 | 106 |
| Binary | 10111110 | 11100100 | 10000001 | 10001 | 0 | 101011 | 1011 | 1010011 | 1000001 | 1000110 |
Color Harmonies of #BEE481
Complementary color
Monochromatic Colors of #BEE481
Black with #BEE481
Text Example
Text Example
White with #BEE481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE481; }
p { color: rgb(190,228,129); }
H1.HeaderClassName
{
color: #BEE481;
}
.AnyTagClassName
{
color: #BEE481;
}
</style>
background-color css
<style>
a { background-color: #BEE481; }
a { background-color: rgb(190,228,129); }
div.DivClassName
{
background-color: #BEE481;
}
.BgClassName
{
background-color: #BEE481;
}
</style>
border-color css
<style>
span { border-color: #BEE481; }
span { border-color: rgb(190,228,129); }
td.TdClassName
{
border-color: #BEE481;
}
.TagClassName
{
border-color: #BEE481;
}
</style>