Shades of Bright Green #70F917
Tints of Bright Green #70F917
RGB
CMYK
RGB Variations
Color information
#70F917 (or 0x70F917) is known color: Bright Green. HEX triplet: 70, F9 and 17. RGB value is (112,249,23). Sum of RGB (Red+Green+Blue) = 112+249+23=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 249 (97.66% from 255 or 64.84% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 249 - color contains mainly: green. Hex color #70F917 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F917 is #8F06E8. Grayscale: #B7B7B7. Windows color (decimal): -9373417 or 1571184. OLE color: 1571184.
HSL color Cylindrical-coordinate representation of color #70F917: hue angle of 96.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70F917 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 23 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.02 |
| HSL | 96.37º | 0.95% | 0.53% | - |
| HSV(B) | 96.37º | 0.91% | 0.98% | - |
| XYZ | 40.71 | 71.26 | 12.42 | - |
| YUV | 182.27 | 38.11 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 23 | 0.55 | 0 | 0.91 | 0.02 | 96.37 | 0.95 | 0.53 |
| Hex | 70 | F9 | 17 | 37 | 0 | 5B | 2 | 60 | 5F | 35 |
| Octal | 160 | 371 | 27 | 67 | 0 | 133 | 2 | 140 | 137 | 65 |
| Binary | 1110000 | 11111001 | 10111 | 110111 | 0 | 1011011 | 10 | 1100000 | 1011111 | 110101 |
Color Harmonies of #70F917
Complementary color
Monochromatic Colors of #70F917
Black with #70F917
Text Example
Text Example
White with #70F917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F917; }
p { color: rgb(112,249,23); }
H1.HeaderClassName
{
color: #70F917;
}
.AnyTagClassName
{
color: #70F917;
}
</style>
background-color css
<style>
a { background-color: #70F917; }
a { background-color: rgb(112,249,23); }
div.DivClassName
{
background-color: #70F917;
}
.BgClassName
{
background-color: #70F917;
}
</style>
border-color css
<style>
span { border-color: #70F917; }
span { border-color: rgb(112,249,23); }
td.TdClassName
{
border-color: #70F917;
}
.TagClassName
{
border-color: #70F917;
}
</style>