Shades of Green Yellow #BEFD4A
Tints of Green Yellow #BEFD4A
RGB
CMYK
RGB Variations
Color information
#BEFD4A (or 0xBEFD4A) is known color: Green Yellow. HEX triplet: BE, FD and 4A. RGB value is (190,253,74). Sum of RGB (Red+Green+Blue) = 190+253+74=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFD4A is #4102B5. Grayscale: #D6D6D6. Windows color (decimal): -4260534 or 4914622. OLE color: 4914622.
HSL color Cylindrical-coordinate representation of color #BEFD4A: hue angle of 81.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEFD4A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 74 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.01 |
| HSL | 81.12º | 0.98% | 0.64% | - |
| HSV(B) | 81.12º | 0.71% | 0.99% | - |
| XYZ | 57.6 | 81.69 | 19.21 | - |
| YUV | 213.76 | 49.13 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 74 | 0.25 | 0 | 0.71 | 0.01 | 81.12 | 0.98 | 0.64 |
| Hex | BE | FD | 4A | 19 | 0 | 47 | 1 | 51 | 62 | 40 |
| Octal | 276 | 375 | 112 | 31 | 0 | 107 | 1 | 121 | 142 | 100 |
| Binary | 10111110 | 11111101 | 1001010 | 11001 | 0 | 1000111 | 1 | 1010001 | 1100010 | 1000000 |
Color Harmonies of #BEFD4A
Complementary color
Monochromatic Colors of #BEFD4A
Black with #BEFD4A
Text Example
Text Example
White with #BEFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD4A; }
p { color: rgb(190,253,74); }
H1.HeaderClassName
{
color: #BEFD4A;
}
.AnyTagClassName
{
color: #BEFD4A;
}
</style>
background-color css
<style>
a { background-color: #BEFD4A; }
a { background-color: rgb(190,253,74); }
div.DivClassName
{
background-color: #BEFD4A;
}
.BgClassName
{
background-color: #BEFD4A;
}
</style>
border-color css
<style>
span { border-color: #BEFD4A; }
span { border-color: rgb(190,253,74); }
td.TdClassName
{
border-color: #BEFD4A;
}
.TagClassName
{
border-color: #BEFD4A;
}
</style>