Shades of Dark Pastel Green #07DC28
Tints of Dark Pastel Green #07DC28
RGB
CMYK
RGB Variations
Color information
#07DC28 (or 0x07DC28) is known color: Dark Pastel Green. HEX triplet: 07, DC and 28. RGB value is (7,220,40). Sum of RGB (Red+Green+Blue) = 7+220+40=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 220 (86.33% from 255 or 82.40% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC28 is #F823D7. Grayscale: #888888. Windows color (decimal): -16262104 or 2677767. OLE color: 2677767.
HSL color Cylindrical-coordinate representation of color #07DC28: hue angle of 129.3º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC28 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 40 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.14 |
| HSL | 129.3º | 0.94% | 0.45% | - |
| HSV(B) | 129.3º | 0.97% | 0.86% | - |
| XYZ | 26.06 | 51.38 | 10.55 | - |
| YUV | 135.79 | 73.93 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 40 | 0.97 | 0 | 0.82 | 0.14 | 129.3 | 0.94 | 0.45 |
| Hex | 7 | DC | 28 | 61 | 0 | 52 | E | 81 | 5E | 2D |
| Octal | 7 | 334 | 50 | 141 | 0 | 122 | 16 | 201 | 136 | 55 |
| Binary | 111 | 11011100 | 101000 | 1100001 | 0 | 1010010 | 1110 | 10000001 | 1011110 | 101101 |
Color Harmonies of #07DC28
Complementary color
Monochromatic Colors of #07DC28
Black with #07DC28
Text Example
Text Example
White with #07DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC28; }
p { color: rgb(7,220,40); }
H1.HeaderClassName
{
color: #07DC28;
}
.AnyTagClassName
{
color: #07DC28;
}
</style>
background-color css
<style>
a { background-color: #07DC28; }
a { background-color: rgb(7,220,40); }
div.DivClassName
{
background-color: #07DC28;
}
.BgClassName
{
background-color: #07DC28;
}
</style>
border-color css
<style>
span { border-color: #07DC28; }
span { border-color: rgb(7,220,40); }
td.TdClassName
{
border-color: #07DC28;
}
.TagClassName
{
border-color: #07DC28;
}
</style>