Shades of Green Yellow #BEFD42
Tints of Green Yellow #BEFD42
RGB
CMYK
RGB Variations
Color information
#BEFD42 (or 0xBEFD42) is known color: Green Yellow. HEX triplet: BE, FD and 42. RGB value is (190,253,66). Sum of RGB (Red+Green+Blue) = 190+253+66=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFD42 is #4102BD. Grayscale: #D5D5D5. Windows color (decimal): -4260542 or 4390334. OLE color: 4390334.
HSL color Cylindrical-coordinate representation of color #BEFD42: hue angle of 80.21º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEFD42 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 66 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.01 |
| HSL | 80.21º | 0.98% | 0.63% | - |
| HSV(B) | 80.21º | 0.74% | 0.99% | - |
| XYZ | 57.34 | 81.59 | 17.88 | - |
| YUV | 212.85 | 45.13 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 66 | 0.25 | 0 | 0.74 | 0.01 | 80.21 | 0.98 | 0.63 |
| Hex | BE | FD | 42 | 19 | 0 | 4A | 1 | 50 | 62 | 3F |
| Octal | 276 | 375 | 102 | 31 | 0 | 112 | 1 | 120 | 142 | 77 |
| Binary | 10111110 | 11111101 | 1000010 | 11001 | 0 | 1001010 | 1 | 1010000 | 1100010 | 111111 |
Color Harmonies of #BEFD42
Complementary color
Monochromatic Colors of #BEFD42
Black with #BEFD42
Text Example
Text Example
White with #BEFD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD42; }
p { color: rgb(190,253,66); }
H1.HeaderClassName
{
color: #BEFD42;
}
.AnyTagClassName
{
color: #BEFD42;
}
</style>
background-color css
<style>
a { background-color: #BEFD42; }
a { background-color: rgb(190,253,66); }
div.DivClassName
{
background-color: #BEFD42;
}
.BgClassName
{
background-color: #BEFD42;
}
</style>
border-color css
<style>
span { border-color: #BEFD42; }
span { border-color: rgb(190,253,66); }
td.TdClassName
{
border-color: #BEFD42;
}
.TagClassName
{
border-color: #BEFD42;
}
</style>