Shades of Yellow Green #70E02D
Tints of Yellow Green #70E02D
RGB
CMYK
RGB Variations
Color information
#70E02D (or 0x70E02D) is known color: Yellow Green. HEX triplet: 70, E0 and 2D. RGB value is (112,224,45). Sum of RGB (Red+Green+Blue) = 112+224+45=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #70E02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E02D is #8F1FD2. Grayscale: #AAAAAA. Windows color (decimal): -9379795 or 3006576. OLE color: 3006576.
HSL color Cylindrical-coordinate representation of color #70E02D: hue angle of 97.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70E02D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.12 |
| HSL | 97.54º | 0.74% | 0.53% | - |
| HSV(B) | 97.54º | 0.8% | 0.88% | - |
| XYZ | 33.81 | 56.95 | 11.69 | - |
| YUV | 170.11 | 57.39 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 45 | 0.50 | 0 | 0.80 | 0.12 | 97.54 | 0.74 | 0.53 |
| Hex | 70 | E0 | 2D | 32 | 0 | 50 | C | 62 | 4A | 35 |
| Octal | 160 | 340 | 55 | 62 | 0 | 120 | 14 | 142 | 112 | 65 |
| Binary | 1110000 | 11100000 | 101101 | 110010 | 0 | 1010000 | 1100 | 1100010 | 1001010 | 110101 |
Color Harmonies of #70E02D
Complementary color
Monochromatic Colors of #70E02D
Black with #70E02D
Text Example
Text Example
White with #70E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E02D; }
p { color: rgb(112,224,45); }
H1.HeaderClassName
{
color: #70E02D;
}
.AnyTagClassName
{
color: #70E02D;
}
</style>
background-color css
<style>
a { background-color: #70E02D; }
a { background-color: rgb(112,224,45); }
div.DivClassName
{
background-color: #70E02D;
}
.BgClassName
{
background-color: #70E02D;
}
</style>
border-color css
<style>
span { border-color: #70E02D; }
span { border-color: rgb(112,224,45); }
td.TdClassName
{
border-color: #70E02D;
}
.TagClassName
{
border-color: #70E02D;
}
</style>