Shades of Bright Green #70FA15
Tints of Bright Green #70FA15
RGB
CMYK
RGB Variations
Color information
#70FA15 (or 0x70FA15) is known color: Bright Green. HEX triplet: 70, FA and 15. RGB value is (112,250,21). Sum of RGB (Red+Green+Blue) = 112+250+21=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 250 (98.05% from 255 or 65.27% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FA15 is #8F05EA. Grayscale: #B7B7B7. Windows color (decimal): -9373163 or 1440368. OLE color: 1440368.
HSL color Cylindrical-coordinate representation of color #70FA15: hue angle of 96.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70FA15 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 21 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.02 |
| HSL | 96.16º | 0.96% | 0.53% | - |
| HSV(B) | 96.16º | 0.92% | 0.98% | - |
| XYZ | 41 | 71.87 | 12.42 | - |
| YUV | 182.63 | 36.78 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 21 | 0.55 | 0 | 0.92 | 0.02 | 96.16 | 0.96 | 0.53 |
| Hex | 70 | FA | 15 | 37 | 0 | 5C | 2 | 60 | 60 | 35 |
| Octal | 160 | 372 | 25 | 67 | 0 | 134 | 2 | 140 | 140 | 65 |
| Binary | 1110000 | 11111010 | 10101 | 110111 | 0 | 1011100 | 10 | 1100000 | 1100000 | 110101 |
Color Harmonies of #70FA15
Complementary color
Monochromatic Colors of #70FA15
Black with #70FA15
Text Example
Text Example
White with #70FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA15; }
p { color: rgb(112,250,21); }
H1.HeaderClassName
{
color: #70FA15;
}
.AnyTagClassName
{
color: #70FA15;
}
</style>
background-color css
<style>
a { background-color: #70FA15; }
a { background-color: rgb(112,250,21); }
div.DivClassName
{
background-color: #70FA15;
}
.BgClassName
{
background-color: #70FA15;
}
</style>
border-color css
<style>
span { border-color: #70FA15; }
span { border-color: rgb(112,250,21); }
td.TdClassName
{
border-color: #70FA15;
}
.TagClassName
{
border-color: #70FA15;
}
</style>