Shades of Dark Pastel Green #07CF2E
Tints of Dark Pastel Green #07CF2E
RGB
CMYK
RGB Variations
Color information
#07CF2E (or 0x07CF2E) is known color: Dark Pastel Green. HEX triplet: 07, CF and 2E. RGB value is (7,207,46). Sum of RGB (Red+Green+Blue) = 7+207+46=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF2E is #F830D1. Grayscale: #818181. Windows color (decimal): -16265426 or 3067655. OLE color: 3067655.
HSL color Cylindrical-coordinate representation of color #07CF2E: hue angle of 131.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF2E is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 46 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.19 |
| HSL | 131.7º | 0.93% | 0.42% | - |
| HSV(B) | 131.7º | 0.97% | 0.81% | - |
| XYZ | 22.89 | 44.87 | 10.04 | - |
| YUV | 128.85 | 81.24 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 46 | 0.97 | 0 | 0.78 | 0.19 | 131.7 | 0.93 | 0.42 |
| Hex | 7 | CF | 2E | 61 | 0 | 4E | 13 | 84 | 5D | 2A |
| Octal | 7 | 317 | 56 | 141 | 0 | 116 | 23 | 204 | 135 | 52 |
| Binary | 111 | 11001111 | 101110 | 1100001 | 0 | 1001110 | 10011 | 10000100 | 1011101 | 101010 |
Color Harmonies of #07CF2E
Complementary color
Monochromatic Colors of #07CF2E
Black with #07CF2E
Text Example
Text Example
White with #07CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF2E; }
p { color: rgb(7,207,46); }
H1.HeaderClassName
{
color: #07CF2E;
}
.AnyTagClassName
{
color: #07CF2E;
}
</style>
background-color css
<style>
a { background-color: #07CF2E; }
a { background-color: rgb(7,207,46); }
div.DivClassName
{
background-color: #07CF2E;
}
.BgClassName
{
background-color: #07CF2E;
}
</style>
border-color css
<style>
span { border-color: #07CF2E; }
span { border-color: rgb(7,207,46); }
td.TdClassName
{
border-color: #07CF2E;
}
.TagClassName
{
border-color: #07CF2E;
}
</style>