Shades of Green Yellow #BEF240
Tints of Green Yellow #BEF240
RGB
CMYK
RGB Variations
Color information
#BEF240 (or 0xBEF240) is known color: Green Yellow. HEX triplet: BE, F2 and 40. RGB value is (190,242,64). Sum of RGB (Red+Green+Blue) = 190+242+64=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF240 is #410DBF. Grayscale: #CECECE. Windows color (decimal): -4263360 or 4256446. OLE color: 4256446.
HSL color Cylindrical-coordinate representation of color #BEF240: hue angle of 77.53º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEF240 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 64 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.05 |
| HSL | 77.53º | 0.87% | 0.6% | - |
| HSV(B) | 77.53º | 0.74% | 0.95% | - |
| XYZ | 53.91 | 74.82 | 16.45 | - |
| YUV | 206.16 | 47.77 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 64 | 0.21 | 0 | 0.74 | 0.05 | 77.53 | 0.87 | 0.6 |
| Hex | BE | F2 | 40 | 15 | 0 | 4A | 5 | 4E | 57 | 3C |
| Octal | 276 | 362 | 100 | 25 | 0 | 112 | 5 | 116 | 127 | 74 |
| Binary | 10111110 | 11110010 | 1000000 | 10101 | 0 | 1001010 | 101 | 1001110 | 1010111 | 111100 |
Color Harmonies of #BEF240
Complementary color
Monochromatic Colors of #BEF240
Black with #BEF240
Text Example
Text Example
White with #BEF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF240; }
p { color: rgb(190,242,64); }
H1.HeaderClassName
{
color: #BEF240;
}
.AnyTagClassName
{
color: #BEF240;
}
</style>
background-color css
<style>
a { background-color: #BEF240; }
a { background-color: rgb(190,242,64); }
div.DivClassName
{
background-color: #BEF240;
}
.BgClassName
{
background-color: #BEF240;
}
</style>
border-color css
<style>
span { border-color: #BEF240; }
span { border-color: rgb(190,242,64); }
td.TdClassName
{
border-color: #BEF240;
}
.TagClassName
{
border-color: #BEF240;
}
</style>