Shades of Bright Green #70F319
Tints of Bright Green #70F319
RGB
CMYK
RGB Variations
Color information
#70F319 (or 0x70F319) is known color: Bright Green. HEX triplet: 70, F3 and 19. RGB value is (112,243,25). Sum of RGB (Red+Green+Blue) = 112+243+25=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #70F319 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F319 is #8F0CE6. Grayscale: #B3B3B3. Windows color (decimal): -9374951 or 1700720. OLE color: 1700720.
HSL color Cylindrical-coordinate representation of color #70F319: hue angle of 96.06º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70F319 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 25 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.05 |
| HSL | 96.06º | 0.9% | 0.53% | - |
| HSV(B) | 96.06º | 0.9% | 0.95% | - |
| XYZ | 38.91 | 67.62 | 11.92 | - |
| YUV | 178.98 | 41.1 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 25 | 0.54 | 0 | 0.90 | 0.05 | 96.06 | 0.9 | 0.53 |
| Hex | 70 | F3 | 19 | 36 | 0 | 5A | 5 | 60 | 5A | 35 |
| Octal | 160 | 363 | 31 | 66 | 0 | 132 | 5 | 140 | 132 | 65 |
| Binary | 1110000 | 11110011 | 11001 | 110110 | 0 | 1011010 | 101 | 1100000 | 1011010 | 110101 |
Color Harmonies of #70F319
Complementary color
Monochromatic Colors of #70F319
Black with #70F319
Text Example
Text Example
White with #70F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F319; }
p { color: rgb(112,243,25); }
H1.HeaderClassName
{
color: #70F319;
}
.AnyTagClassName
{
color: #70F319;
}
</style>
background-color css
<style>
a { background-color: #70F319; }
a { background-color: rgb(112,243,25); }
div.DivClassName
{
background-color: #70F319;
}
.BgClassName
{
background-color: #70F319;
}
</style>
border-color css
<style>
span { border-color: #70F319; }
span { border-color: rgb(112,243,25); }
td.TdClassName
{
border-color: #70F319;
}
.TagClassName
{
border-color: #70F319;
}
</style>