Shades of Bright Green #70F525
Tints of Bright Green #70F525
RGB
CMYK
RGB Variations
Color information
#70F525 (or 0x70F525) is known color: Bright Green. HEX triplet: 70, F5 and 25. RGB value is (112,245,37). Sum of RGB (Red+Green+Blue) = 112+245+37=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 245 (96.09% from 255 or 62.18% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 245 - color contains mainly: green. Hex color #70F525 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F525 is #8F0ADA. Grayscale: #B6B6B6. Windows color (decimal): -9374427 or 2487664. OLE color: 2487664.
HSL color Cylindrical-coordinate representation of color #70F525: hue angle of 98.37º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70F525 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 37 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.04 |
| HSL | 98.37º | 0.91% | 0.55% | - |
| HSV(B) | 98.37º | 0.85% | 0.96% | - |
| XYZ | 39.67 | 68.88 | 12.96 | - |
| YUV | 181.52 | 46.44 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 37 | 0.54 | 0 | 0.85 | 0.04 | 98.37 | 0.91 | 0.55 |
| Hex | 70 | F5 | 25 | 36 | 0 | 55 | 4 | 62 | 5B | 37 |
| Octal | 160 | 365 | 45 | 66 | 0 | 125 | 4 | 142 | 133 | 67 |
| Binary | 1110000 | 11110101 | 100101 | 110110 | 0 | 1010101 | 100 | 1100010 | 1011011 | 110111 |
Color Harmonies of #70F525
Complementary color
Monochromatic Colors of #70F525
Black with #70F525
Text Example
Text Example
White with #70F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F525; }
p { color: rgb(112,245,37); }
H1.HeaderClassName
{
color: #70F525;
}
.AnyTagClassName
{
color: #70F525;
}
</style>
background-color css
<style>
a { background-color: #70F525; }
a { background-color: rgb(112,245,37); }
div.DivClassName
{
background-color: #70F525;
}
.BgClassName
{
background-color: #70F525;
}
</style>
border-color css
<style>
span { border-color: #70F525; }
span { border-color: rgb(112,245,37); }
td.TdClassName
{
border-color: #70F525;
}
.TagClassName
{
border-color: #70F525;
}
</style>