Shades of Sulu #BEF76E
Tints of Sulu #BEF76E
RGB
CMYK
RGB Variations
Color information
#BEF76E (or 0xBEF76E) is known color: Sulu. HEX triplet: BE, F7 and 6E. RGB value is (190,247,110). Sum of RGB (Red+Green+Blue) = 190+247+110=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF76E is #410891. Grayscale: #D6D6D6. Windows color (decimal): -4262034 or 7272382. OLE color: 7272382.
HSL color Cylindrical-coordinate representation of color #BEF76E: hue angle of 84.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF76E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 110 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.03 |
| HSL | 84.96º | 0.9% | 0.7% | - |
| HSV(B) | 84.96º | 0.55% | 0.97% | - |
| XYZ | 57.31 | 78.59 | 26.9 | - |
| YUV | 214.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 110 | 0.23 | 0 | 0.55 | 0.03 | 84.96 | 0.9 | 0.7 |
| Hex | BE | F7 | 6E | 17 | 0 | 37 | 3 | 55 | 5A | 46 |
| Octal | 276 | 367 | 156 | 27 | 0 | 67 | 3 | 125 | 132 | 106 |
| Binary | 10111110 | 11110111 | 1101110 | 10111 | 0 | 110111 | 11 | 1010101 | 1011010 | 1000110 |
Color Harmonies of #BEF76E
Complementary color
Monochromatic Colors of #BEF76E
Black with #BEF76E
Text Example
Text Example
White with #BEF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF76E; }
p { color: rgb(190,247,110); }
H1.HeaderClassName
{
color: #BEF76E;
}
.AnyTagClassName
{
color: #BEF76E;
}
</style>
background-color css
<style>
a { background-color: #BEF76E; }
a { background-color: rgb(190,247,110); }
div.DivClassName
{
background-color: #BEF76E;
}
.BgClassName
{
background-color: #BEF76E;
}
</style>
border-color css
<style>
span { border-color: #BEF76E; }
span { border-color: rgb(190,247,110); }
td.TdClassName
{
border-color: #BEF76E;
}
.TagClassName
{
border-color: #BEF76E;
}
</style>