Shades of Dark Pastel Green #07CF2B
Tints of Dark Pastel Green #07CF2B
RGB
CMYK
RGB Variations
Color information
#07CF2B (or 0x07CF2B) is known color: Dark Pastel Green. HEX triplet: 07, CF and 2B. RGB value is (7,207,43). Sum of RGB (Red+Green+Blue) = 7+207+43=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF2B is #F830D4. Grayscale: #808080. Windows color (decimal): -16265429 or 2871047. OLE color: 2871047.
HSL color Cylindrical-coordinate representation of color #07CF2B: hue angle of 130.8º 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 #07CF2B is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 43 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.19 |
| HSL | 130.8º | 0.93% | 0.42% | - |
| HSV(B) | 130.8º | 0.97% | 0.81% | - |
| XYZ | 22.84 | 44.85 | 9.74 | - |
| YUV | 128.5 | 79.74 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 43 | 0.97 | 0 | 0.79 | 0.19 | 130.8 | 0.93 | 0.42 |
| Hex | 7 | CF | 2B | 61 | 0 | 4F | 13 | 83 | 5D | 2A |
| Octal | 7 | 317 | 53 | 141 | 0 | 117 | 23 | 203 | 135 | 52 |
| Binary | 111 | 11001111 | 101011 | 1100001 | 0 | 1001111 | 10011 | 10000011 | 1011101 | 101010 |
Color Harmonies of #07CF2B
Complementary color
Monochromatic Colors of #07CF2B
Black with #07CF2B
Text Example
Text Example
White with #07CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF2B; }
p { color: rgb(7,207,43); }
H1.HeaderClassName
{
color: #07CF2B;
}
.AnyTagClassName
{
color: #07CF2B;
}
</style>
background-color css
<style>
a { background-color: #07CF2B; }
a { background-color: rgb(7,207,43); }
div.DivClassName
{
background-color: #07CF2B;
}
.BgClassName
{
background-color: #07CF2B;
}
</style>
border-color css
<style>
span { border-color: #07CF2B; }
span { border-color: rgb(7,207,43); }
td.TdClassName
{
border-color: #07CF2B;
}
.TagClassName
{
border-color: #07CF2B;
}
</style>