Shades of Sulu #BEE471
Tints of Sulu #BEE471
RGB
CMYK
RGB Variations
Color information
#BEE471 (or 0xBEE471) is known color: Sulu. HEX triplet: BE, E4 and 71. RGB value is (190,228,113). Sum of RGB (Red+Green+Blue) = 190+228+113=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE471 is #411B8E. Grayscale: #CBCBCB. Windows color (decimal): -4266895 or 7464126. OLE color: 7464126.
HSL color Cylindrical-coordinate representation of color #BEE471: hue angle of 79.83º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE471 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 113 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.11 |
| HSL | 79.83º | 0.68% | 0.67% | - |
| HSV(B) | 79.83º | 0.5% | 0.89% | - |
| XYZ | 51.96 | 67.63 | 25.94 | - |
| YUV | 203.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 113 | 0.17 | 0 | 0.50 | 0.11 | 79.83 | 0.68 | 0.67 |
| Hex | BE | E4 | 71 | 11 | 0 | 32 | B | 50 | 44 | 43 |
| Octal | 276 | 344 | 161 | 21 | 0 | 62 | 13 | 120 | 104 | 103 |
| Binary | 10111110 | 11100100 | 1110001 | 10001 | 0 | 110010 | 1011 | 1010000 | 1000100 | 1000011 |
Color Harmonies of #BEE471
Complementary color
Monochromatic Colors of #BEE471
Black with #BEE471
Text Example
Text Example
White with #BEE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE471; }
p { color: rgb(190,228,113); }
H1.HeaderClassName
{
color: #BEE471;
}
.AnyTagClassName
{
color: #BEE471;
}
</style>
background-color css
<style>
a { background-color: #BEE471; }
a { background-color: rgb(190,228,113); }
div.DivClassName
{
background-color: #BEE471;
}
.BgClassName
{
background-color: #BEE471;
}
</style>
border-color css
<style>
span { border-color: #BEE471; }
span { border-color: rgb(190,228,113); }
td.TdClassName
{
border-color: #BEE471;
}
.TagClassName
{
border-color: #BEE471;
}
</style>