Shades of Yellow Green #97C227
Tints of Yellow Green #97C227
RGB
CMYK
RGB Variations
Color information
#97C227 (or 0x97C227) is known color: Yellow Green. HEX triplet: 97, C2 and 27. RGB value is (151,194,39). Sum of RGB (Red+Green+Blue) = 151+194+39=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #97C227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C227 is #683DD8. Grayscale: #A4A4A4. Windows color (decimal): -6831577 or 2605719. OLE color: 2605719.
HSL color Cylindrical-coordinate representation of color #97C227: hue angle of 76.65º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97C227 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 39 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.24 |
| HSL | 76.65º | 0.67% | 0.46% | - |
| HSV(B) | 76.65º | 0.8% | 0.76% | - |
| XYZ | 32.42 | 45.31 | 8.96 | - |
| YUV | 163.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 39 | 0.22 | 0 | 0.80 | 0.24 | 76.65 | 0.67 | 0.46 |
| Hex | 97 | C2 | 27 | 16 | 0 | 50 | 18 | 4D | 43 | 2E |
| Octal | 227 | 302 | 47 | 26 | 0 | 120 | 30 | 115 | 103 | 56 |
| Binary | 10010111 | 11000010 | 100111 | 10110 | 0 | 1010000 | 11000 | 1001101 | 1000011 | 101110 |
Color Harmonies of #97C227
Complementary color
Monochromatic Colors of #97C227
Black with #97C227
Text Example
Text Example
White with #97C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C227; }
p { color: rgb(151,194,39); }
H1.HeaderClassName
{
color: #97C227;
}
.AnyTagClassName
{
color: #97C227;
}
</style>
background-color css
<style>
a { background-color: #97C227; }
a { background-color: rgb(151,194,39); }
div.DivClassName
{
background-color: #97C227;
}
.BgClassName
{
background-color: #97C227;
}
</style>
border-color css
<style>
span { border-color: #97C227; }
span { border-color: rgb(151,194,39); }
td.TdClassName
{
border-color: #97C227;
}
.TagClassName
{
border-color: #97C227;
}
</style>