Shades of Green Yellow #BEF740
Tints of Green Yellow #BEF740
RGB
CMYK
RGB Variations
Color information
#BEF740 (or 0xBEF740) is known color: Green Yellow. HEX triplet: BE, F7 and 40. RGB value is (190,247,64). Sum of RGB (Red+Green+Blue) = 190+247+64=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF740 is #4108BF. Grayscale: #D1D1D1. Windows color (decimal): -4262080 or 4257726. OLE color: 4257726.
HSL color Cylindrical-coordinate representation of color #BEF740: hue angle of 78.69º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEF740 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.03 |
| HSL | 78.69º | 0.92% | 0.61% | - |
| HSV(B) | 78.69º | 0.74% | 0.97% | - |
| XYZ | 55.42 | 77.84 | 16.95 | - |
| YUV | 209.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 64 | 0.23 | 0 | 0.74 | 0.03 | 78.69 | 0.92 | 0.61 |
| Hex | BE | F7 | 40 | 17 | 0 | 4A | 3 | 4F | 5C | 3D |
| Octal | 276 | 367 | 100 | 27 | 0 | 112 | 3 | 117 | 134 | 75 |
| Binary | 10111110 | 11110111 | 1000000 | 10111 | 0 | 1001010 | 11 | 1001111 | 1011100 | 111101 |
Color Harmonies of #BEF740
Complementary color
Monochromatic Colors of #BEF740
Black with #BEF740
Text Example
Text Example
White with #BEF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF740; }
p { color: rgb(190,247,64); }
H1.HeaderClassName
{
color: #BEF740;
}
.AnyTagClassName
{
color: #BEF740;
}
</style>
background-color css
<style>
a { background-color: #BEF740; }
a { background-color: rgb(190,247,64); }
div.DivClassName
{
background-color: #BEF740;
}
.BgClassName
{
background-color: #BEF740;
}
</style>
border-color css
<style>
span { border-color: #BEF740; }
span { border-color: rgb(190,247,64); }
td.TdClassName
{
border-color: #BEF740;
}
.TagClassName
{
border-color: #BEF740;
}
</style>