Shades of Bright Green #70F435
Tints of Bright Green #70F435
RGB
CMYK
RGB Variations
Color information
#70F435 (or 0x70F435) is known color: Bright Green. HEX triplet: 70, F4 and 35. RGB value is (112,244,53). Sum of RGB (Red+Green+Blue) = 112+244+53=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #70F435 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F435 is #8F0BCA. Grayscale: #B7B7B7. Windows color (decimal): -9374667 or 3535984. OLE color: 3535984.
HSL color Cylindrical-coordinate representation of color #70F435: hue angle of 101.47º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70F435 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 53 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.04 |
| HSL | 101.47º | 0.9% | 0.58% | - |
| HSV(B) | 101.47º | 0.78% | 0.96% | - |
| XYZ | 39.68 | 68.4 | 14.48 | - |
| YUV | 182.76 | 54.77 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 53 | 0.54 | 0 | 0.78 | 0.04 | 101.47 | 0.9 | 0.58 |
| Hex | 70 | F4 | 35 | 36 | 0 | 4E | 4 | 65 | 5A | 3A |
| Octal | 160 | 364 | 65 | 66 | 0 | 116 | 4 | 145 | 132 | 72 |
| Binary | 1110000 | 11110100 | 110101 | 110110 | 0 | 1001110 | 100 | 1100101 | 1011010 | 111010 |
Color Harmonies of #70F435
Complementary color
Monochromatic Colors of #70F435
Black with #70F435
Text Example
Text Example
White with #70F435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F435; }
p { color: rgb(112,244,53); }
H1.HeaderClassName
{
color: #70F435;
}
.AnyTagClassName
{
color: #70F435;
}
</style>
background-color css
<style>
a { background-color: #70F435; }
a { background-color: rgb(112,244,53); }
div.DivClassName
{
background-color: #70F435;
}
.BgClassName
{
background-color: #70F435;
}
</style>
border-color css
<style>
span { border-color: #70F435; }
span { border-color: rgb(112,244,53); }
td.TdClassName
{
border-color: #70F435;
}
.TagClassName
{
border-color: #70F435;
}
</style>