Shades of Bright Green #70F316
Tints of Bright Green #70F316
RGB
CMYK
RGB Variations
Color information
#70F316 (or 0x70F316) is known color: Bright Green. HEX triplet: 70, F3 and 16. RGB value is (112,243,22). Sum of RGB (Red+Green+Blue) = 112+243+22=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #70F316 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F316 is #8F0CE9. Grayscale: #B3B3B3. Windows color (decimal): -9374954 or 1504112. OLE color: 1504112.
HSL color Cylindrical-coordinate representation of color #70F316: hue angle of 95.57º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70F316 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 22 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.05 |
| HSL | 95.57º | 0.9% | 0.52% | - |
| HSV(B) | 95.57º | 0.91% | 0.95% | - |
| XYZ | 38.88 | 67.6 | 11.76 | - |
| YUV | 178.64 | 39.6 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 22 | 0.54 | 0 | 0.91 | 0.05 | 95.57 | 0.9 | 0.52 |
| Hex | 70 | F3 | 16 | 36 | 0 | 5B | 5 | 60 | 5A | 34 |
| Octal | 160 | 363 | 26 | 66 | 0 | 133 | 5 | 140 | 132 | 64 |
| Binary | 1110000 | 11110011 | 10110 | 110110 | 0 | 1011011 | 101 | 1100000 | 1011010 | 110100 |
Color Harmonies of #70F316
Complementary color
Monochromatic Colors of #70F316
Black with #70F316
Text Example
Text Example
White with #70F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F316; }
p { color: rgb(112,243,22); }
H1.HeaderClassName
{
color: #70F316;
}
.AnyTagClassName
{
color: #70F316;
}
</style>
background-color css
<style>
a { background-color: #70F316; }
a { background-color: rgb(112,243,22); }
div.DivClassName
{
background-color: #70F316;
}
.BgClassName
{
background-color: #70F316;
}
</style>
border-color css
<style>
span { border-color: #70F316; }
span { border-color: rgb(112,243,22); }
td.TdClassName
{
border-color: #70F316;
}
.TagClassName
{
border-color: #70F316;
}
</style>