Shades of Dark Pastel Green #07CF22
Tints of Dark Pastel Green #07CF22
RGB
CMYK
RGB Variations
Color information
#07CF22 (or 0x07CF22) is known color: Dark Pastel Green. HEX triplet: 07, CF and 22. RGB value is (7,207,34). Sum of RGB (Red+Green+Blue) = 7+207+34=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF22 is #F830DD. Grayscale: #7F7F7F. Windows color (decimal): -16265438 or 2281223. OLE color: 2281223.
HSL color Cylindrical-coordinate representation of color #07CF22: hue angle of 128.1º 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 #07CF22 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 34 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.19 |
| HSL | 128.1º | 0.93% | 0.42% | - |
| HSV(B) | 128.1º | 0.97% | 0.81% | - |
| XYZ | 22.69 | 44.79 | 8.96 | - |
| YUV | 127.48 | 75.24 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 34 | 0.97 | 0 | 0.84 | 0.19 | 128.1 | 0.93 | 0.42 |
| Hex | 7 | CF | 22 | 61 | 0 | 54 | 13 | 80 | 5D | 2A |
| Octal | 7 | 317 | 42 | 141 | 0 | 124 | 23 | 200 | 135 | 52 |
| Binary | 111 | 11001111 | 100010 | 1100001 | 0 | 1010100 | 10011 | 10000000 | 1011101 | 101010 |
Color Harmonies of #07CF22
Complementary color
Monochromatic Colors of #07CF22
Black with #07CF22
Text Example
Text Example
White with #07CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF22; }
p { color: rgb(7,207,34); }
H1.HeaderClassName
{
color: #07CF22;
}
.AnyTagClassName
{
color: #07CF22;
}
</style>
background-color css
<style>
a { background-color: #07CF22; }
a { background-color: rgb(7,207,34); }
div.DivClassName
{
background-color: #07CF22;
}
.BgClassName
{
background-color: #07CF22;
}
</style>
border-color css
<style>
span { border-color: #07CF22; }
span { border-color: rgb(7,207,34); }
td.TdClassName
{
border-color: #07CF22;
}
.TagClassName
{
border-color: #07CF22;
}
</style>