Shades of Dark Pastel Green #07CC28
Tints of Dark Pastel Green #07CC28
RGB
CMYK
RGB Variations
Color information
#07CC28 (or 0x07CC28) is known color: Dark Pastel Green. HEX triplet: 07, CC and 28. RGB value is (7,204,40). Sum of RGB (Red+Green+Blue) = 7+204+40=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 204 (80.08% from 255 or 81.27% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CC28 is #F833D7. Grayscale: #7E7E7E. Windows color (decimal): -16266200 or 2673671. OLE color: 2673671.
HSL color Cylindrical-coordinate representation of color #07CC28: hue angle of 130.05º 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 #07CC28 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 40 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.2 |
| HSL | 130.05º | 0.93% | 0.41% | - |
| HSV(B) | 130.05º | 0.97% | 0.8% | - |
| XYZ | 22.06 | 43.38 | 9.22 | - |
| YUV | 126.4 | 79.23 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 40 | 0.97 | 0 | 0.80 | 0.2 | 130.05 | 0.93 | 0.41 |
| Hex | 7 | CC | 28 | 61 | 0 | 50 | 14 | 82 | 5D | 29 |
| Octal | 7 | 314 | 50 | 141 | 0 | 120 | 24 | 202 | 135 | 51 |
| Binary | 111 | 11001100 | 101000 | 1100001 | 0 | 1010000 | 10100 | 10000010 | 1011101 | 101001 |
Color Harmonies of #07CC28
Complementary color
Monochromatic Colors of #07CC28
Black with #07CC28
Text Example
Text Example
White with #07CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC28; }
p { color: rgb(7,204,40); }
H1.HeaderClassName
{
color: #07CC28;
}
.AnyTagClassName
{
color: #07CC28;
}
</style>
background-color css
<style>
a { background-color: #07CC28; }
a { background-color: rgb(7,204,40); }
div.DivClassName
{
background-color: #07CC28;
}
.BgClassName
{
background-color: #07CC28;
}
</style>
border-color css
<style>
span { border-color: #07CC28; }
span { border-color: rgb(7,204,40); }
td.TdClassName
{
border-color: #07CC28;
}
.TagClassName
{
border-color: #07CC28;
}
</style>