Shades of Bright Green #70FA09
Tints of Bright Green #70FA09
RGB
CMYK
RGB Variations
Color information
#70FA09 (or 0x70FA09) is known color: Bright Green. HEX triplet: 70, FA and 09. RGB value is (112,250,9). Sum of RGB (Red+Green+Blue) = 112+250+9=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FA09 is #8F05F6. Grayscale: #B6B6B6. Windows color (decimal): -9373175 or 653936. OLE color: 653936.
HSL color Cylindrical-coordinate representation of color #70FA09: hue angle of 94.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70FA09 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 9 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.02 |
| HSL | 94.36º | 0.96% | 0.51% | - |
| HSV(B) | 94.36º | 0.96% | 0.98% | - |
| XYZ | 40.92 | 71.84 | 11.97 | - |
| YUV | 181.26 | 30.78 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 9 | 0.55 | 0 | 0.96 | 0.02 | 94.36 | 0.96 | 0.51 |
| Hex | 70 | FA | 9 | 37 | 0 | 60 | 2 | 5E | 60 | 33 |
| Octal | 160 | 372 | 11 | 67 | 0 | 140 | 2 | 136 | 140 | 63 |
| Binary | 1110000 | 11111010 | 1001 | 110111 | 0 | 1100000 | 10 | 1011110 | 1100000 | 110011 |
Color Harmonies of #70FA09
Complementary color
Monochromatic Colors of #70FA09
Black with #70FA09
Text Example
Text Example
White with #70FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA09; }
p { color: rgb(112,250,9); }
H1.HeaderClassName
{
color: #70FA09;
}
.AnyTagClassName
{
color: #70FA09;
}
</style>
background-color css
<style>
a { background-color: #70FA09; }
a { background-color: rgb(112,250,9); }
div.DivClassName
{
background-color: #70FA09;
}
.BgClassName
{
background-color: #70FA09;
}
</style>
border-color css
<style>
span { border-color: #70FA09; }
span { border-color: rgb(112,250,9); }
td.TdClassName
{
border-color: #70FA09;
}
.TagClassName
{
border-color: #70FA09;
}
</style>