Shades of Bright Green #70F628
Tints of Bright Green #70F628
RGB
CMYK
RGB Variations
Color information
#70F628 (or 0x70F628) is known color: Bright Green. HEX triplet: 70, F6 and 28. RGB value is (112,246,40). Sum of RGB (Red+Green+Blue) = 112+246+40=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #70F628 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F628 is #8F09D7. Grayscale: #B7B7B7. Windows color (decimal): -9374168 or 2684528. OLE color: 2684528.
HSL color Cylindrical-coordinate representation of color #70F628: hue angle of 99.03º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70F628 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 40 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.04 |
| HSL | 99.03º | 0.92% | 0.56% | - |
| HSV(B) | 99.03º | 0.84% | 0.96% | - |
| XYZ | 40.02 | 69.51 | 13.31 | - |
| YUV | 182.45 | 47.61 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 40 | 0.54 | 0 | 0.84 | 0.04 | 99.03 | 0.92 | 0.56 |
| Hex | 70 | F6 | 28 | 36 | 0 | 54 | 4 | 63 | 5C | 38 |
| Octal | 160 | 366 | 50 | 66 | 0 | 124 | 4 | 143 | 134 | 70 |
| Binary | 1110000 | 11110110 | 101000 | 110110 | 0 | 1010100 | 100 | 1100011 | 1011100 | 111000 |
Color Harmonies of #70F628
Complementary color
Monochromatic Colors of #70F628
Black with #70F628
Text Example
Text Example
White with #70F628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F628; }
p { color: rgb(112,246,40); }
H1.HeaderClassName
{
color: #70F628;
}
.AnyTagClassName
{
color: #70F628;
}
</style>
background-color css
<style>
a { background-color: #70F628; }
a { background-color: rgb(112,246,40); }
div.DivClassName
{
background-color: #70F628;
}
.BgClassName
{
background-color: #70F628;
}
</style>
border-color css
<style>
span { border-color: #70F628; }
span { border-color: rgb(112,246,40); }
td.TdClassName
{
border-color: #70F628;
}
.TagClassName
{
border-color: #70F628;
}
</style>