Shades of Bright Green #70FD0D
Tints of Bright Green #70FD0D
RGB
CMYK
RGB Variations
Color information
#70FD0D (or 0x70FD0D) is known color: Bright Green. HEX triplet: 70, FD and 0D. RGB value is (112,253,13). Sum of RGB (Red+Green+Blue) = 112+253+13=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FD0D is #8F02F2. Grayscale: #B8B8B8. Windows color (decimal): -9372403 or 916848. OLE color: 916848.
HSL color Cylindrical-coordinate representation of color #70FD0D: hue angle of 95.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70FD0D is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 13 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.01 |
| HSL | 95.25º | 0.98% | 0.52% | - |
| HSV(B) | 95.25º | 0.95% | 0.99% | - |
| XYZ | 41.88 | 73.72 | 12.4 | - |
| YUV | 183.48 | 31.79 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 13 | 0.56 | 0 | 0.95 | 0.01 | 95.25 | 0.98 | 0.52 |
| Hex | 70 | FD | D | 38 | 0 | 5F | 1 | 5F | 62 | 34 |
| Octal | 160 | 375 | 15 | 70 | 0 | 137 | 1 | 137 | 142 | 64 |
| Binary | 1110000 | 11111101 | 1101 | 111000 | 0 | 1011111 | 1 | 1011111 | 1100010 | 110100 |
Color Harmonies of #70FD0D
Complementary color
Monochromatic Colors of #70FD0D
Black with #70FD0D
Text Example
Text Example
White with #70FD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FD0D; }
p { color: rgb(112,253,13); }
H1.HeaderClassName
{
color: #70FD0D;
}
.AnyTagClassName
{
color: #70FD0D;
}
</style>
background-color css
<style>
a { background-color: #70FD0D; }
a { background-color: rgb(112,253,13); }
div.DivClassName
{
background-color: #70FD0D;
}
.BgClassName
{
background-color: #70FD0D;
}
</style>
border-color css
<style>
span { border-color: #70FD0D; }
span { border-color: rgb(112,253,13); }
td.TdClassName
{
border-color: #70FD0D;
}
.TagClassName
{
border-color: #70FD0D;
}
</style>