Shades of Dark Pastel Green #07D933
Tints of Dark Pastel Green #07D933
RGB
CMYK
RGB Variations
Color information
#07D933 (or 0x07D933) is known color: Dark Pastel Green. HEX triplet: 07, D9 and 33. RGB value is (7,217,51). Sum of RGB (Red+Green+Blue) = 7+217+51=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 217 (85.16% from 255 or 78.91% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 217 - color contains mainly: green. Hex color #07D933 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D933 is #F826CC. Grayscale: #878787. Windows color (decimal): -16262861 or 3397895. OLE color: 3397895.
HSL color Cylindrical-coordinate representation of color #07D933: hue angle of 132.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D933 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 51 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.15 |
| HSL | 132.57º | 0.94% | 0.44% | - |
| HSV(B) | 132.57º | 0.97% | 0.85% | - |
| XYZ | 25.5 | 49.91 | 11.42 | - |
| YUV | 135.29 | 80.43 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 51 | 0.97 | 0 | 0.76 | 0.15 | 132.57 | 0.94 | 0.44 |
| Hex | 7 | D9 | 33 | 61 | 0 | 4C | F | 85 | 5E | 2C |
| Octal | 7 | 331 | 63 | 141 | 0 | 114 | 17 | 205 | 136 | 54 |
| Binary | 111 | 11011001 | 110011 | 1100001 | 0 | 1001100 | 1111 | 10000101 | 1011110 | 101100 |
Color Harmonies of #07D933
Complementary color
Monochromatic Colors of #07D933
Black with #07D933
Text Example
Text Example
White with #07D933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D933; }
p { color: rgb(7,217,51); }
H1.HeaderClassName
{
color: #07D933;
}
.AnyTagClassName
{
color: #07D933;
}
</style>
background-color css
<style>
a { background-color: #07D933; }
a { background-color: rgb(7,217,51); }
div.DivClassName
{
background-color: #07D933;
}
.BgClassName
{
background-color: #07D933;
}
</style>
border-color css
<style>
span { border-color: #07D933; }
span { border-color: rgb(7,217,51); }
td.TdClassName
{
border-color: #07D933;
}
.TagClassName
{
border-color: #07D933;
}
</style>