Shades of Dark Pastel Green #07CF31
Tints of Dark Pastel Green #07CF31
RGB
CMYK
RGB Variations
Color information
#07CF31 (or 0x07CF31) is known color: Dark Pastel Green. HEX triplet: 07, CF and 31. RGB value is (7,207,49). Sum of RGB (Red+Green+Blue) = 7+207+49=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF31 is #F830CE. Grayscale: #818181. Windows color (decimal): -16265423 or 3264263. OLE color: 3264263.
HSL color Cylindrical-coordinate representation of color #07CF31: hue angle of 132.6º 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 #07CF31 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 49 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.19 |
| HSL | 132.6º | 0.93% | 0.42% | - |
| HSV(B) | 132.6º | 0.97% | 0.81% | - |
| XYZ | 22.95 | 44.89 | 10.36 | - |
| YUV | 129.19 | 82.74 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 49 | 0.97 | 0 | 0.76 | 0.19 | 132.6 | 0.93 | 0.42 |
| Hex | 7 | CF | 31 | 61 | 0 | 4C | 13 | 85 | 5D | 2A |
| Octal | 7 | 317 | 61 | 141 | 0 | 114 | 23 | 205 | 135 | 52 |
| Binary | 111 | 11001111 | 110001 | 1100001 | 0 | 1001100 | 10011 | 10000101 | 1011101 | 101010 |
Color Harmonies of #07CF31
Complementary color
Monochromatic Colors of #07CF31
Black with #07CF31
Text Example
Text Example
White with #07CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF31; }
p { color: rgb(7,207,49); }
H1.HeaderClassName
{
color: #07CF31;
}
.AnyTagClassName
{
color: #07CF31;
}
</style>
background-color css
<style>
a { background-color: #07CF31; }
a { background-color: rgb(7,207,49); }
div.DivClassName
{
background-color: #07CF31;
}
.BgClassName
{
background-color: #07CF31;
}
</style>
border-color css
<style>
span { border-color: #07CF31; }
span { border-color: rgb(7,207,49); }
td.TdClassName
{
border-color: #07CF31;
}
.TagClassName
{
border-color: #07CF31;
}
</style>