Shades of Yellow Green #98CA2E
Tints of Yellow Green #98CA2E
RGB
CMYK
RGB Variations
Color information
#98CA2E (or 0x98CA2E) is known color: Yellow Green. HEX triplet: 98, CA and 2E. RGB value is (152,202,46). Sum of RGB (Red+Green+Blue) = 152+202+46=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA2E is #6735D1. Grayscale: #A9A9A9. Windows color (decimal): -6763986 or 3066520. OLE color: 3066520.
HSL color Cylindrical-coordinate representation of color #98CA2E: hue angle of 79.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98CA2E is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 46 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.21 |
| HSL | 79.23º | 0.63% | 0.49% | - |
| HSV(B) | 79.23º | 0.77% | 0.79% | - |
| XYZ | 34.56 | 49.11 | 10.24 | - |
| YUV | 169.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 46 | 0.25 | 0 | 0.77 | 0.21 | 79.23 | 0.63 | 0.49 |
| Hex | 98 | CA | 2E | 19 | 0 | 4D | 15 | 4F | 3F | 31 |
| Octal | 230 | 312 | 56 | 31 | 0 | 115 | 25 | 117 | 77 | 61 |
| Binary | 10011000 | 11001010 | 101110 | 11001 | 0 | 1001101 | 10101 | 1001111 | 111111 | 110001 |
Color Harmonies of #98CA2E
Complementary color
Monochromatic Colors of #98CA2E
Black with #98CA2E
Text Example
Text Example
White with #98CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA2E; }
p { color: rgb(152,202,46); }
H1.HeaderClassName
{
color: #98CA2E;
}
.AnyTagClassName
{
color: #98CA2E;
}
</style>
background-color css
<style>
a { background-color: #98CA2E; }
a { background-color: rgb(152,202,46); }
div.DivClassName
{
background-color: #98CA2E;
}
.BgClassName
{
background-color: #98CA2E;
}
</style>
border-color css
<style>
span { border-color: #98CA2E; }
span { border-color: rgb(152,202,46); }
td.TdClassName
{
border-color: #98CA2E;
}
.TagClassName
{
border-color: #98CA2E;
}
</style>