Shades of Sulu #BEE76E
Tints of Sulu #BEE76E
RGB
CMYK
RGB Variations
Color information
#BEE76E (or 0xBEE76E) is known color: Sulu. HEX triplet: BE, E7 and 6E. RGB value is (190,231,110). Sum of RGB (Red+Green+Blue) = 190+231+110=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE76E is #411891. Grayscale: #CDCDCD. Windows color (decimal): -4266130 or 7268286. OLE color: 7268286.
HSL color Cylindrical-coordinate representation of color #BEE76E: hue angle of 80.33º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEE76E is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 110 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.09 |
| HSL | 80.33º | 0.72% | 0.67% | - |
| HSV(B) | 80.33º | 0.52% | 0.91% | - |
| XYZ | 52.63 | 69.22 | 25.34 | - |
| YUV | 204.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 110 | 0.18 | 0 | 0.52 | 0.09 | 80.33 | 0.72 | 0.67 |
| Hex | BE | E7 | 6E | 12 | 0 | 34 | 9 | 50 | 48 | 43 |
| Octal | 276 | 347 | 156 | 22 | 0 | 64 | 11 | 120 | 110 | 103 |
| Binary | 10111110 | 11100111 | 1101110 | 10010 | 0 | 110100 | 1001 | 1010000 | 1001000 | 1000011 |
Color Harmonies of #BEE76E
Complementary color
Monochromatic Colors of #BEE76E
Black with #BEE76E
Text Example
Text Example
White with #BEE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE76E; }
p { color: rgb(190,231,110); }
H1.HeaderClassName
{
color: #BEE76E;
}
.AnyTagClassName
{
color: #BEE76E;
}
</style>
background-color css
<style>
a { background-color: #BEE76E; }
a { background-color: rgb(190,231,110); }
div.DivClassName
{
background-color: #BEE76E;
}
.BgClassName
{
background-color: #BEE76E;
}
</style>
border-color css
<style>
span { border-color: #BEE76E; }
span { border-color: rgb(190,231,110); }
td.TdClassName
{
border-color: #BEE76E;
}
.TagClassName
{
border-color: #BEE76E;
}
</style>