Shades of Green Yellow #97EF40
Tints of Green Yellow #97EF40
RGB
CMYK
RGB Variations
Color information
#97EF40 (or 0x97EF40) is known color: Green Yellow. HEX triplet: 97, EF and 40. RGB value is (151,239,64). Sum of RGB (Red+Green+Blue) = 151+239+64=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #97EF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97EF40 is #6810BF. Grayscale: #C1C1C1. Windows color (decimal): -6820032 or 4255639. OLE color: 4255639.
HSL color Cylindrical-coordinate representation of color #97EF40: hue angle of 90.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97EF40 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 239 | 64 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.06 |
| HSL | 90.17º | 0.85% | 0.59% | - |
| HSV(B) | 90.17º | 0.73% | 0.94% | - |
| XYZ | 44.55 | 68.68 | 15.76 | - |
| YUV | 192.74 | 55.35 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 239 | 64 | 0.37 | 0 | 0.73 | 0.06 | 90.17 | 0.85 | 0.59 |
| Hex | 97 | EF | 40 | 25 | 0 | 49 | 6 | 5A | 55 | 3B |
| Octal | 227 | 357 | 100 | 45 | 0 | 111 | 6 | 132 | 125 | 73 |
| Binary | 10010111 | 11101111 | 1000000 | 100101 | 0 | 1001001 | 110 | 1011010 | 1010101 | 111011 |
Color Harmonies of #97EF40
Complementary color
Monochromatic Colors of #97EF40
Black with #97EF40
Text Example
Text Example
White with #97EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EF40; }
p { color: rgb(151,239,64); }
H1.HeaderClassName
{
color: #97EF40;
}
.AnyTagClassName
{
color: #97EF40;
}
</style>
background-color css
<style>
a { background-color: #97EF40; }
a { background-color: rgb(151,239,64); }
div.DivClassName
{
background-color: #97EF40;
}
.BgClassName
{
background-color: #97EF40;
}
</style>
border-color css
<style>
span { border-color: #97EF40; }
span { border-color: rgb(151,239,64); }
td.TdClassName
{
border-color: #97EF40;
}
.TagClassName
{
border-color: #97EF40;
}
</style>