Shades of Dark Pastel Green #07CD44
Tints of Dark Pastel Green #07CD44
RGB
CMYK
RGB Variations
Color information
#07CD44 (or 0x07CD44) is known color: Dark Pastel Green. HEX triplet: 07, CD and 44. RGB value is (7,205,68). Sum of RGB (Red+Green+Blue) = 7+205+68=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #07CD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CD44 is #F832BB. Grayscale: #828282. Windows color (decimal): -16265916 or 4508935. OLE color: 4508935.
HSL color Cylindrical-coordinate representation of color #07CD44: hue angle of 138.48º 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 #07CD44 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
RGB | 7 | 205 | 68 | - |
CMYK | 0.97 | 0 | 0.67 | 0.20 |
HSL | 138.48º | 0.93% | 0.42% | - |
HSV(B) | 138.48º | 0.97% | 0.8% | - |
XYZ | 22.96 | 44.13 | 12.78 | - |
YUV | 130.18 | 92.9 | 40.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 205 | 68 | 0.97 | 0 | 0.67 | 0.20 | 138.48 | 0.93 | 0.42 |
Hex | 7 | CD | 44 | 61 | 0 | 43 | 14 | 8A | 5D | 2A |
Octal | 7 | 315 | 104 | 141 | 0 | 103 | 24 | 212 | 135 | 52 |
Binary | 111 | 11001101 | 1000100 | 1100001 | 0 | 1000011 | 10100 | 10001010 | 1011101 | 101010 |
Color Harmonies of #07CD44
Complementary color
Monochromatic Colors of #07CD44
Black with #07CD44
Text Example
Text Example
White with #07CD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CD44; }
p { color: rgb(7,205,68); }
H1.HeaderClassName
{
color: #07CD44;
}
.AnyTagClassName
{
color: #07CD44;
}
</style>
background-color css
<style>
a { background-color: #07CD44; }
a { background-color: rgb(7,205,68); }
div.DivClassName
{
background-color: #07CD44;
}
.BgClassName
{
background-color: #07CD44;
}
</style>
border-color css
<style>
span { border-color: #07CD44; }
span { border-color: rgb(7,205,68); }
td.TdClassName
{
border-color: #07CD44;
}
.TagClassName
{
border-color: #07CD44;
}
</style>