Shades of Green Yellow #BEFF28
Tints of Green Yellow #BEFF28
RGB
CMYK
RGB Variations
Color information
#BEFF28 (or 0xBEFF28) is known color: Green Yellow. HEX triplet: BE, FF and 28. RGB value is (190,255,40). Sum of RGB (Red+Green+Blue) = 190+255+40=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF28 is #4100D7. Grayscale: #D3D3D3. Windows color (decimal): -4260056 or 2686910. OLE color: 2686910.
HSL color Cylindrical-coordinate representation of color #BEFF28: hue angle of 78.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEFF28 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 40 | - |
| CMYK | 0.25 | 0 | 0.84 | 0 |
| HSL | 78.14º | 1% | 0.58% | - |
| HSV(B) | 78.14º | 0.84% | 1% | - |
| XYZ | 57.38 | 82.62 | 14.93 | - |
| YUV | 211.06 | 31.47 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 40 | 0.25 | 0 | 0.84 | 0 | 78.14 | 1 | 0.58 |
| Hex | BE | FF | 28 | 19 | 0 | 54 | 0 | 4E | 64 | 3A |
| Octal | 276 | 377 | 50 | 31 | 0 | 124 | 0 | 116 | 144 | 72 |
| Binary | 10111110 | 11111111 | 101000 | 11001 | 0 | 1010100 | 0 | 1001110 | 1100100 | 111010 |
Color Harmonies of #BEFF28
Complementary color
Monochromatic Colors of #BEFF28
Black with #BEFF28
Text Example
Text Example
White with #BEFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF28; }
p { color: rgb(190,255,40); }
H1.HeaderClassName
{
color: #BEFF28;
}
.AnyTagClassName
{
color: #BEFF28;
}
</style>
background-color css
<style>
a { background-color: #BEFF28; }
a { background-color: rgb(190,255,40); }
div.DivClassName
{
background-color: #BEFF28;
}
.BgClassName
{
background-color: #BEFF28;
}
</style>
border-color css
<style>
span { border-color: #BEFF28; }
span { border-color: rgb(190,255,40); }
td.TdClassName
{
border-color: #BEFF28;
}
.TagClassName
{
border-color: #BEFF28;
}
</style>