Shades of Green Yellow #BEFC32
Tints of Green Yellow #BEFC32
RGB
CMYK
RGB Variations
Color information
#BEFC32 (or 0xBEFC32) is known color: Green Yellow. HEX triplet: BE, FC and 32. RGB value is (190,252,50). Sum of RGB (Red+Green+Blue) = 190+252+50=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFC32 is #4103CD. Grayscale: #D3D3D3. Windows color (decimal): -4260814 or 3341502. OLE color: 3341502.
HSL color Cylindrical-coordinate representation of color #BEFC32: hue angle of 78.42º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEFC32 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 50 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.01 |
| HSL | 78.42º | 0.97% | 0.59% | - |
| HSV(B) | 78.42º | 0.8% | 0.99% | - |
| XYZ | 56.62 | 80.8 | 15.63 | - |
| YUV | 210.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 50 | 0.25 | 0 | 0.80 | 0.01 | 78.42 | 0.97 | 0.59 |
| Hex | BE | FC | 32 | 19 | 0 | 50 | 1 | 4E | 61 | 3B |
| Octal | 276 | 374 | 62 | 31 | 0 | 120 | 1 | 116 | 141 | 73 |
| Binary | 10111110 | 11111100 | 110010 | 11001 | 0 | 1010000 | 1 | 1001110 | 1100001 | 111011 |
Color Harmonies of #BEFC32
Complementary color
Monochromatic Colors of #BEFC32
Black with #BEFC32
Text Example
Text Example
White with #BEFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC32; }
p { color: rgb(190,252,50); }
H1.HeaderClassName
{
color: #BEFC32;
}
.AnyTagClassName
{
color: #BEFC32;
}
</style>
background-color css
<style>
a { background-color: #BEFC32; }
a { background-color: rgb(190,252,50); }
div.DivClassName
{
background-color: #BEFC32;
}
.BgClassName
{
background-color: #BEFC32;
}
</style>
border-color css
<style>
span { border-color: #BEFC32; }
span { border-color: rgb(190,252,50); }
td.TdClassName
{
border-color: #BEFC32;
}
.TagClassName
{
border-color: #BEFC32;
}
</style>