Shades of Bright Green #70FC10
Tints of Bright Green #70FC10
RGB
CMYK
RGB Variations
Color information
#70FC10 (or 0x70FC10) is known color: Bright Green. HEX triplet: 70, FC and 10. RGB value is (112,252,16). Sum of RGB (Red+Green+Blue) = 112+252+16=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FC10 is #8F03EF. Grayscale: #B8B8B8. Windows color (decimal): -9372656 or 1113200. OLE color: 1113200.
HSL color Cylindrical-coordinate representation of color #70FC10: hue angle of 95.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70FC10 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 16 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.01 |
| HSL | 95.59º | 0.98% | 0.53% | - |
| HSV(B) | 95.59º | 0.94% | 0.99% | - |
| XYZ | 41.59 | 73.1 | 12.41 | - |
| YUV | 183.24 | 33.62 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 16 | 0.56 | 0 | 0.94 | 0.01 | 95.59 | 0.98 | 0.53 |
| Hex | 70 | FC | 10 | 38 | 0 | 5E | 1 | 60 | 62 | 35 |
| Octal | 160 | 374 | 20 | 70 | 0 | 136 | 1 | 140 | 142 | 65 |
| Binary | 1110000 | 11111100 | 10000 | 111000 | 0 | 1011110 | 1 | 1100000 | 1100010 | 110101 |
Color Harmonies of #70FC10
Complementary color
Monochromatic Colors of #70FC10
Black with #70FC10
Text Example
Text Example
White with #70FC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FC10; }
p { color: rgb(112,252,16); }
H1.HeaderClassName
{
color: #70FC10;
}
.AnyTagClassName
{
color: #70FC10;
}
</style>
background-color css
<style>
a { background-color: #70FC10; }
a { background-color: rgb(112,252,16); }
div.DivClassName
{
background-color: #70FC10;
}
.BgClassName
{
background-color: #70FC10;
}
</style>
border-color css
<style>
span { border-color: #70FC10; }
span { border-color: rgb(112,252,16); }
td.TdClassName
{
border-color: #70FC10;
}
.TagClassName
{
border-color: #70FC10;
}
</style>