Shades of Bright Green #70F219
Tints of Bright Green #70F219
RGB
CMYK
RGB Variations
Color information
#70F219 (or 0x70F219) is known color: Bright Green. HEX triplet: 70, F2 and 19. RGB value is (112,242,25). Sum of RGB (Red+Green+Blue) = 112+242+25=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #70F219 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F219 is #8F0DE6. Grayscale: #B3B3B3. Windows color (decimal): -9375207 or 1700464. OLE color: 1700464.
HSL color Cylindrical-coordinate representation of color #70F219: hue angle of 95.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70F219 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 25 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.05 |
| HSL | 95.94º | 0.89% | 0.52% | - |
| HSV(B) | 95.94º | 0.9% | 0.95% | - |
| XYZ | 38.61 | 67.02 | 11.82 | - |
| YUV | 178.39 | 41.43 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 25 | 0.54 | 0 | 0.90 | 0.05 | 95.94 | 0.89 | 0.52 |
| Hex | 70 | F2 | 19 | 36 | 0 | 5A | 5 | 60 | 59 | 34 |
| Octal | 160 | 362 | 31 | 66 | 0 | 132 | 5 | 140 | 131 | 64 |
| Binary | 1110000 | 11110010 | 11001 | 110110 | 0 | 1011010 | 101 | 1100000 | 1011001 | 110100 |
Color Harmonies of #70F219
Complementary color
Monochromatic Colors of #70F219
Black with #70F219
Text Example
Text Example
White with #70F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F219; }
p { color: rgb(112,242,25); }
H1.HeaderClassName
{
color: #70F219;
}
.AnyTagClassName
{
color: #70F219;
}
</style>
background-color css
<style>
a { background-color: #70F219; }
a { background-color: rgb(112,242,25); }
div.DivClassName
{
background-color: #70F219;
}
.BgClassName
{
background-color: #70F219;
}
</style>
border-color css
<style>
span { border-color: #70F219; }
span { border-color: rgb(112,242,25); }
td.TdClassName
{
border-color: #70F219;
}
.TagClassName
{
border-color: #70F219;
}
</style>