Shades of Yellow Green #97C42B
Tints of Yellow Green #97C42B
RGB
CMYK
RGB Variations
Color information
#97C42B (or 0x97C42B) is known color: Yellow Green. HEX triplet: 97, C4 and 2B. RGB value is (151,196,43). Sum of RGB (Red+Green+Blue) = 151+196+43=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #97C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C42B is #683BD4. Grayscale: #A5A5A5. Windows color (decimal): -6831061 or 2868375. OLE color: 2868375.
HSL color Cylindrical-coordinate representation of color #97C42B: hue angle of 77.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97C42B is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 43 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.23 |
| HSL | 77.65º | 0.64% | 0.47% | - |
| HSV(B) | 77.65º | 0.78% | 0.77% | - |
| XYZ | 32.94 | 46.23 | 9.47 | - |
| YUV | 165.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 43 | 0.23 | 0 | 0.78 | 0.23 | 77.65 | 0.64 | 0.47 |
| Hex | 97 | C4 | 2B | 17 | 0 | 4E | 17 | 4E | 40 | 2F |
| Octal | 227 | 304 | 53 | 27 | 0 | 116 | 27 | 116 | 100 | 57 |
| Binary | 10010111 | 11000100 | 101011 | 10111 | 0 | 1001110 | 10111 | 1001110 | 1000000 | 101111 |
Color Harmonies of #97C42B
Complementary color
Monochromatic Colors of #97C42B
Black with #97C42B
Text Example
Text Example
White with #97C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C42B; }
p { color: rgb(151,196,43); }
H1.HeaderClassName
{
color: #97C42B;
}
.AnyTagClassName
{
color: #97C42B;
}
</style>
background-color css
<style>
a { background-color: #97C42B; }
a { background-color: rgb(151,196,43); }
div.DivClassName
{
background-color: #97C42B;
}
.BgClassName
{
background-color: #97C42B;
}
</style>
border-color css
<style>
span { border-color: #97C42B; }
span { border-color: rgb(151,196,43); }
td.TdClassName
{
border-color: #97C42B;
}
.TagClassName
{
border-color: #97C42B;
}
</style>