Shades of Bright Green #70F92D
Tints of Bright Green #70F92D
RGB
CMYK
RGB Variations
Color information
#70F92D (or 0x70F92D) is known color: Bright Green. HEX triplet: 70, F9 and 2D. RGB value is (112,249,45). Sum of RGB (Red+Green+Blue) = 112+249+45=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 249 (97.66% from 255 or 61.33% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 249 - color contains mainly: green. Hex color #70F92D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F92D is #8F06D2. Grayscale: #B9B9B9. Windows color (decimal): -9373395 or 3012976. OLE color: 3012976.
HSL color Cylindrical-coordinate representation of color #70F92D: hue angle of 100.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70F92D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 45 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.02 |
| HSL | 100.29º | 0.94% | 0.58% | - |
| HSV(B) | 100.29º | 0.82% | 0.98% | - |
| XYZ | 41.03 | 71.39 | 14.1 | - |
| YUV | 184.78 | 49.11 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 45 | 0.55 | 0 | 0.82 | 0.02 | 100.29 | 0.94 | 0.58 |
| Hex | 70 | F9 | 2D | 37 | 0 | 52 | 2 | 64 | 5E | 3A |
| Octal | 160 | 371 | 55 | 67 | 0 | 122 | 2 | 144 | 136 | 72 |
| Binary | 1110000 | 11111001 | 101101 | 110111 | 0 | 1010010 | 10 | 1100100 | 1011110 | 111010 |
Color Harmonies of #70F92D
Complementary color
Monochromatic Colors of #70F92D
Black with #70F92D
Text Example
Text Example
White with #70F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F92D; }
p { color: rgb(112,249,45); }
H1.HeaderClassName
{
color: #70F92D;
}
.AnyTagClassName
{
color: #70F92D;
}
</style>
background-color css
<style>
a { background-color: #70F92D; }
a { background-color: rgb(112,249,45); }
div.DivClassName
{
background-color: #70F92D;
}
.BgClassName
{
background-color: #70F92D;
}
</style>
border-color css
<style>
span { border-color: #70F92D; }
span { border-color: rgb(112,249,45); }
td.TdClassName
{
border-color: #70F92D;
}
.TagClassName
{
border-color: #70F92D;
}
</style>