Shades of Sulu #BEE76A
Tints of Sulu #BEE76A
RGB
CMYK
RGB Variations
Color information
#BEE76A (or 0xBEE76A) is known color: Sulu. HEX triplet: BE, E7 and 6A. RGB value is (190,231,106). Sum of RGB (Red+Green+Blue) = 190+231+106=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE76A is #411895. Grayscale: #CCCCCC. Windows color (decimal): -4266134 or 7006142. OLE color: 7006142.
HSL color Cylindrical-coordinate representation of color #BEE76A: hue angle of 79.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEE76A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 106 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.09 |
| HSL | 79.68º | 0.72% | 0.66% | - |
| HSV(B) | 79.68º | 0.54% | 0.91% | - |
| XYZ | 52.41 | 69.14 | 24.22 | - |
| YUV | 204.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 106 | 0.18 | 0 | 0.54 | 0.09 | 79.68 | 0.72 | 0.66 |
| Hex | BE | E7 | 6A | 12 | 0 | 36 | 9 | 50 | 48 | 42 |
| Octal | 276 | 347 | 152 | 22 | 0 | 66 | 11 | 120 | 110 | 102 |
| Binary | 10111110 | 11100111 | 1101010 | 10010 | 0 | 110110 | 1001 | 1010000 | 1001000 | 1000010 |
Color Harmonies of #BEE76A
Complementary color
Monochromatic Colors of #BEE76A
Black with #BEE76A
Text Example
Text Example
White with #BEE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE76A; }
p { color: rgb(190,231,106); }
H1.HeaderClassName
{
color: #BEE76A;
}
.AnyTagClassName
{
color: #BEE76A;
}
</style>
background-color css
<style>
a { background-color: #BEE76A; }
a { background-color: rgb(190,231,106); }
div.DivClassName
{
background-color: #BEE76A;
}
.BgClassName
{
background-color: #BEE76A;
}
</style>
border-color css
<style>
span { border-color: #BEE76A; }
span { border-color: rgb(190,231,106); }
td.TdClassName
{
border-color: #BEE76A;
}
.TagClassName
{
border-color: #BEE76A;
}
</style>