Shades of Yellow Green #97CF2D
Tints of Yellow Green #97CF2D
RGB
CMYK
RGB Variations
Color information
#97CF2D (or 0x97CF2D) is known color: Yellow Green. HEX triplet: 97, CF and 2D. RGB value is (151,207,45). Sum of RGB (Red+Green+Blue) = 151+207+45=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CF2D is #6830D2. Grayscale: #ACACAC. Windows color (decimal): -6828243 or 3002263. OLE color: 3002263.
HSL color Cylindrical-coordinate representation of color #97CF2D: hue angle of 80.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97CF2D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 207 | 45 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.19 |
| HSL | 80.74º | 0.64% | 0.49% | - |
| HSV(B) | 80.74º | 0.78% | 0.81% | - |
| XYZ | 35.55 | 51.39 | 10.53 | - |
| YUV | 171.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 207 | 45 | 0.27 | 0 | 0.78 | 0.19 | 80.74 | 0.64 | 0.49 |
| Hex | 97 | CF | 2D | 1B | 0 | 4E | 13 | 51 | 40 | 31 |
| Octal | 227 | 317 | 55 | 33 | 0 | 116 | 23 | 121 | 100 | 61 |
| Binary | 10010111 | 11001111 | 101101 | 11011 | 0 | 1001110 | 10011 | 1010001 | 1000000 | 110001 |
Color Harmonies of #97CF2D
Complementary color
Monochromatic Colors of #97CF2D
Black with #97CF2D
Text Example
Text Example
White with #97CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CF2D; }
p { color: rgb(151,207,45); }
H1.HeaderClassName
{
color: #97CF2D;
}
.AnyTagClassName
{
color: #97CF2D;
}
</style>
background-color css
<style>
a { background-color: #97CF2D; }
a { background-color: rgb(151,207,45); }
div.DivClassName
{
background-color: #97CF2D;
}
.BgClassName
{
background-color: #97CF2D;
}
</style>
border-color css
<style>
span { border-color: #97CF2D; }
span { border-color: rgb(151,207,45); }
td.TdClassName
{
border-color: #97CF2D;
}
.TagClassName
{
border-color: #97CF2D;
}
</style>