Shades of Bright Green #70F515
Tints of Bright Green #70F515
RGB
CMYK
RGB Variations
Color information
#70F515 (or 0x70F515) is known color: Bright Green. HEX triplet: 70, F5 and 15. RGB value is (112,245,21). Sum of RGB (Red+Green+Blue) = 112+245+21=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 245 (96.09% from 255 or 64.81% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 245 - color contains mainly: green. Hex color #70F515 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F515 is #8F0AEA. Grayscale: #B4B4B4. Windows color (decimal): -9374443 or 1439088. OLE color: 1439088.
HSL color Cylindrical-coordinate representation of color #70F515: hue angle of 95.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70F515 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 21 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.04 |
| HSL | 95.63º | 0.92% | 0.52% | - |
| HSV(B) | 95.63º | 0.91% | 0.96% | - |
| XYZ | 39.47 | 68.8 | 11.91 | - |
| YUV | 179.7 | 38.44 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 21 | 0.54 | 0 | 0.91 | 0.04 | 95.63 | 0.92 | 0.52 |
| Hex | 70 | F5 | 15 | 36 | 0 | 5B | 4 | 60 | 5C | 34 |
| Octal | 160 | 365 | 25 | 66 | 0 | 133 | 4 | 140 | 134 | 64 |
| Binary | 1110000 | 11110101 | 10101 | 110110 | 0 | 1011011 | 100 | 1100000 | 1011100 | 110100 |
Color Harmonies of #70F515
Complementary color
Monochromatic Colors of #70F515
Black with #70F515
Text Example
Text Example
White with #70F515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F515; }
p { color: rgb(112,245,21); }
H1.HeaderClassName
{
color: #70F515;
}
.AnyTagClassName
{
color: #70F515;
}
</style>
background-color css
<style>
a { background-color: #70F515; }
a { background-color: rgb(112,245,21); }
div.DivClassName
{
background-color: #70F515;
}
.BgClassName
{
background-color: #70F515;
}
</style>
border-color css
<style>
span { border-color: #70F515; }
span { border-color: rgb(112,245,21); }
td.TdClassName
{
border-color: #70F515;
}
.TagClassName
{
border-color: #70F515;
}
</style>