Shades of Sulu #BEE76D
Tints of Sulu #BEE76D
RGB
CMYK
RGB Variations
Color information
#BEE76D (or 0xBEE76D) is known color: Sulu. HEX triplet: BE, E7 and 6D. RGB value is (190,231,109). Sum of RGB (Red+Green+Blue) = 190+231+109=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE76D is #411892. Grayscale: #CDCDCD. Windows color (decimal): -4266131 or 7202750. OLE color: 7202750.
HSL color Cylindrical-coordinate representation of color #BEE76D: hue angle of 80.16º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE76D is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 109 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.09 |
| HSL | 80.16º | 0.72% | 0.67% | - |
| HSV(B) | 80.16º | 0.53% | 0.91% | - |
| XYZ | 52.57 | 69.2 | 25.05 | - |
| YUV | 204.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 109 | 0.18 | 0 | 0.53 | 0.09 | 80.16 | 0.72 | 0.67 |
| Hex | BE | E7 | 6D | 12 | 0 | 35 | 9 | 50 | 48 | 43 |
| Octal | 276 | 347 | 155 | 22 | 0 | 65 | 11 | 120 | 110 | 103 |
| Binary | 10111110 | 11100111 | 1101101 | 10010 | 0 | 110101 | 1001 | 1010000 | 1001000 | 1000011 |
Color Harmonies of #BEE76D
Complementary color
Monochromatic Colors of #BEE76D
Black with #BEE76D
Text Example
Text Example
White with #BEE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE76D; }
p { color: rgb(190,231,109); }
H1.HeaderClassName
{
color: #BEE76D;
}
.AnyTagClassName
{
color: #BEE76D;
}
</style>
background-color css
<style>
a { background-color: #BEE76D; }
a { background-color: rgb(190,231,109); }
div.DivClassName
{
background-color: #BEE76D;
}
.BgClassName
{
background-color: #BEE76D;
}
</style>
border-color css
<style>
span { border-color: #BEE76D; }
span { border-color: rgb(190,231,109); }
td.TdClassName
{
border-color: #BEE76D;
}
.TagClassName
{
border-color: #BEE76D;
}
</style>