Shades of Dark Pastel Green #07D63B
Tints of Dark Pastel Green #07D63B
RGB
CMYK
RGB Variations
Color information
#07D63B (or 0x07D63B) is known color: Dark Pastel Green. HEX triplet: 07, D6 and 3B. RGB value is (7,214,59). Sum of RGB (Red+Green+Blue) = 7+214+59=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #07D63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D63B is #F829C4. Grayscale: #868686. Windows color (decimal): -16263621 or 3921415. OLE color: 3921415.
HSL color Cylindrical-coordinate representation of color #07D63B: hue angle of 135.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D63B is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 214 | 59 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.16 |
| HSL | 135.07º | 0.94% | 0.43% | - |
| HSV(B) | 135.07º | 0.97% | 0.84% | - |
| XYZ | 24.92 | 48.45 | 12.18 | - |
| YUV | 134.44 | 85.42 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 59 | 0.97 | 0 | 0.72 | 0.16 | 135.07 | 0.94 | 0.43 |
| Hex | 7 | D6 | 3B | 61 | 0 | 48 | 10 | 87 | 5E | 2B |
| Octal | 7 | 326 | 73 | 141 | 0 | 110 | 20 | 207 | 136 | 53 |
| Binary | 111 | 11010110 | 111011 | 1100001 | 0 | 1001000 | 10000 | 10000111 | 1011110 | 101011 |
Color Harmonies of #07D63B
Complementary color
Monochromatic Colors of #07D63B
Black with #07D63B
Text Example
Text Example
White with #07D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D63B; }
p { color: rgb(7,214,59); }
H1.HeaderClassName
{
color: #07D63B;
}
.AnyTagClassName
{
color: #07D63B;
}
</style>
background-color css
<style>
a { background-color: #07D63B; }
a { background-color: rgb(7,214,59); }
div.DivClassName
{
background-color: #07D63B;
}
.BgClassName
{
background-color: #07D63B;
}
</style>
border-color css
<style>
span { border-color: #07D63B; }
span { border-color: rgb(7,214,59); }
td.TdClassName
{
border-color: #07D63B;
}
.TagClassName
{
border-color: #07D63B;
}
</style>