Shades of Bright Green #70F92F
Tints of Bright Green #70F92F
RGB
CMYK
RGB Variations
Color information
#70F92F (or 0x70F92F) is known color: Bright Green. HEX triplet: 70, F9 and 2F. RGB value is (112,249,47). Sum of RGB (Red+Green+Blue) = 112+249+47=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #70F92F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F92F is #8F06D0. Grayscale: #B9B9B9. Windows color (decimal): -9373393 or 3144048. OLE color: 3144048.
HSL color Cylindrical-coordinate representation of color #70F92F: hue angle of 100.69º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70F92F is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 47 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.02 |
| HSL | 100.69º | 0.94% | 0.58% | - |
| HSV(B) | 100.69º | 0.81% | 0.98% | - |
| XYZ | 41.07 | 71.4 | 14.31 | - |
| YUV | 185.01 | 50.11 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 47 | 0.55 | 0 | 0.81 | 0.02 | 100.69 | 0.94 | 0.58 |
| Hex | 70 | F9 | 2F | 37 | 0 | 51 | 2 | 65 | 5E | 3A |
| Octal | 160 | 371 | 57 | 67 | 0 | 121 | 2 | 145 | 136 | 72 |
| Binary | 1110000 | 11111001 | 101111 | 110111 | 0 | 1010001 | 10 | 1100101 | 1011110 | 111010 |
Color Harmonies of #70F92F
Complementary color
Monochromatic Colors of #70F92F
Black with #70F92F
Text Example
Text Example
White with #70F92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F92F; }
p { color: rgb(112,249,47); }
H1.HeaderClassName
{
color: #70F92F;
}
.AnyTagClassName
{
color: #70F92F;
}
</style>
background-color css
<style>
a { background-color: #70F92F; }
a { background-color: rgb(112,249,47); }
div.DivClassName
{
background-color: #70F92F;
}
.BgClassName
{
background-color: #70F92F;
}
</style>
border-color css
<style>
span { border-color: #70F92F; }
span { border-color: rgb(112,249,47); }
td.TdClassName
{
border-color: #70F92F;
}
.TagClassName
{
border-color: #70F92F;
}
</style>