Shades of Bright Green #70F335
Tints of Bright Green #70F335
RGB
CMYK
RGB Variations
Color information
#70F335 (or 0x70F335) is known color: Bright Green. HEX triplet: 70, F3 and 35. RGB value is (112,243,53). Sum of RGB (Red+Green+Blue) = 112+243+53=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 243 (95.31% from 255 or 59.56% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 243 - color contains mainly: green. Hex color #70F335 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F335 is #8F0CCA. Grayscale: #B6B6B6. Windows color (decimal): -9374923 or 3535728. OLE color: 3535728.
HSL color Cylindrical-coordinate representation of color #70F335: hue angle of 101.37º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70F335 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 53 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.05 |
| HSL | 101.37º | 0.89% | 0.58% | - |
| HSV(B) | 101.37º | 0.78% | 0.95% | - |
| XYZ | 39.38 | 67.8 | 14.38 | - |
| YUV | 182.17 | 55.1 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 53 | 0.54 | 0 | 0.78 | 0.05 | 101.37 | 0.89 | 0.58 |
| Hex | 70 | F3 | 35 | 36 | 0 | 4E | 5 | 65 | 59 | 3A |
| Octal | 160 | 363 | 65 | 66 | 0 | 116 | 5 | 145 | 131 | 72 |
| Binary | 1110000 | 11110011 | 110101 | 110110 | 0 | 1001110 | 101 | 1100101 | 1011001 | 111010 |
Color Harmonies of #70F335
Complementary color
Monochromatic Colors of #70F335
Black with #70F335
Text Example
Text Example
White with #70F335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F335; }
p { color: rgb(112,243,53); }
H1.HeaderClassName
{
color: #70F335;
}
.AnyTagClassName
{
color: #70F335;
}
</style>
background-color css
<style>
a { background-color: #70F335; }
a { background-color: rgb(112,243,53); }
div.DivClassName
{
background-color: #70F335;
}
.BgClassName
{
background-color: #70F335;
}
</style>
border-color css
<style>
span { border-color: #70F335; }
span { border-color: rgb(112,243,53); }
td.TdClassName
{
border-color: #70F335;
}
.TagClassName
{
border-color: #70F335;
}
</style>