Shades of Dark Pastel Green #07CD2D
Tints of Dark Pastel Green #07CD2D
RGB
CMYK
RGB Variations
Color information
#07CD2D (or 0x07CD2D) is known color: Dark Pastel Green. HEX triplet: 07, CD and 2D. RGB value is (7,205,45). Sum of RGB (Red+Green+Blue) = 7+205+45=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 205 (80.47% from 255 or 79.77% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 205 - color contains mainly: green. Hex color #07CD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CD2D is #F832D2. Grayscale: #7F7F7F. Windows color (decimal): -16265939 or 3001607. OLE color: 3001607.
HSL color Cylindrical-coordinate representation of color #07CD2D: hue angle of 131.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CD2D is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
RGB | 7 | 205 | 45 | - |
CMYK | 0.97 | 0 | 0.78 | 0.20 |
HSL | 131.52º | 0.93% | 0.42% | - |
HSV(B) | 131.52º | 0.97% | 0.8% | - |
XYZ | 22.39 | 43.9 | 9.78 | - |
YUV | 127.56 | 81.4 | 42.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 205 | 45 | 0.97 | 0 | 0.78 | 0.20 | 131.52 | 0.93 | 0.42 |
Hex | 7 | CD | 2D | 61 | 0 | 4E | 14 | 84 | 5D | 2A |
Octal | 7 | 315 | 55 | 141 | 0 | 116 | 24 | 204 | 135 | 52 |
Binary | 111 | 11001101 | 101101 | 1100001 | 0 | 1001110 | 10100 | 10000100 | 1011101 | 101010 |
Color Harmonies of #07CD2D
Complementary color
Monochromatic Colors of #07CD2D
Black with #07CD2D
Text Example
Text Example
White with #07CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CD2D; }
p { color: rgb(7,205,45); }
H1.HeaderClassName
{
color: #07CD2D;
}
.AnyTagClassName
{
color: #07CD2D;
}
</style>
background-color css
<style>
a { background-color: #07CD2D; }
a { background-color: rgb(7,205,45); }
div.DivClassName
{
background-color: #07CD2D;
}
.BgClassName
{
background-color: #07CD2D;
}
</style>
border-color css
<style>
span { border-color: #07CD2D; }
span { border-color: rgb(7,205,45); }
td.TdClassName
{
border-color: #07CD2D;
}
.TagClassName
{
border-color: #07CD2D;
}
</style>