Shades of Dark Pastel Green #07CC1D
Tints of Dark Pastel Green #07CC1D
RGB
CMYK
RGB Variations
Color information
#07CC1D (or 0x07CC1D) is known color: Dark Pastel Green. HEX triplet: 07, CC and 1D. RGB value is (7,204,29). Sum of RGB (Red+Green+Blue) = 7+204+29=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 204 (80.08% from 255 or 85% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CC1D is #F833E2. Grayscale: #7D7D7D. Windows color (decimal): -16266211 or 1952775. OLE color: 1952775.
HSL color Cylindrical-coordinate representation of color #07CC1D: hue angle of 126.7º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC1D is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 29 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.2 |
| HSL | 126.7º | 0.93% | 0.41% | - |
| HSV(B) | 126.7º | 0.97% | 0.8% | - |
| XYZ | 21.9 | 43.32 | 8.37 | - |
| YUV | 125.15 | 73.73 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 29 | 0.97 | 0 | 0.86 | 0.2 | 126.7 | 0.93 | 0.41 |
| Hex | 7 | CC | 1D | 61 | 0 | 56 | 14 | 7F | 5D | 29 |
| Octal | 7 | 314 | 35 | 141 | 0 | 126 | 24 | 177 | 135 | 51 |
| Binary | 111 | 11001100 | 11101 | 1100001 | 0 | 1010110 | 10100 | 1111111 | 1011101 | 101001 |
Color Harmonies of #07CC1D
Complementary color
Monochromatic Colors of #07CC1D
Black with #07CC1D
Text Example
Text Example
White with #07CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC1D; }
p { color: rgb(7,204,29); }
H1.HeaderClassName
{
color: #07CC1D;
}
.AnyTagClassName
{
color: #07CC1D;
}
</style>
background-color css
<style>
a { background-color: #07CC1D; }
a { background-color: rgb(7,204,29); }
div.DivClassName
{
background-color: #07CC1D;
}
.BgClassName
{
background-color: #07CC1D;
}
</style>
border-color css
<style>
span { border-color: #07CC1D; }
span { border-color: rgb(7,204,29); }
td.TdClassName
{
border-color: #07CC1D;
}
.TagClassName
{
border-color: #07CC1D;
}
</style>