Shades of Dark Pastel Green #07BD21
Tints of Dark Pastel Green #07BD21
RGB
CMYK
RGB Variations
Color information
#07BD21 (or 0x07BD21) is known color: Dark Pastel Green. HEX triplet: 07, BD and 21. RGB value is (7,189,33). Sum of RGB (Red+Green+Blue) = 7+189+33=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD21 is #F842DE. Grayscale: #757575. Windows color (decimal): -16270047 or 2211079. OLE color: 2211079.
HSL color Cylindrical-coordinate representation of color #07BD21: hue angle of 128.57º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD21 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 33 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.26 |
| HSL | 128.57º | 0.93% | 0.38% | - |
| HSV(B) | 128.57º | 0.96% | 0.74% | - |
| XYZ | 18.56 | 36.55 | 7.52 | - |
| YUV | 116.8 | 80.7 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 33 | 0.96 | 0 | 0.83 | 0.26 | 128.57 | 0.93 | 0.38 |
| Hex | 7 | BD | 21 | 60 | 0 | 53 | 1A | 81 | 5D | 26 |
| Octal | 7 | 275 | 41 | 140 | 0 | 123 | 32 | 201 | 135 | 46 |
| Binary | 111 | 10111101 | 100001 | 1100000 | 0 | 1010011 | 11010 | 10000001 | 1011101 | 100110 |
Color Harmonies of #07BD21
Complementary color
Monochromatic Colors of #07BD21
Black with #07BD21
Text Example
Text Example
White with #07BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD21; }
p { color: rgb(7,189,33); }
H1.HeaderClassName
{
color: #07BD21;
}
.AnyTagClassName
{
color: #07BD21;
}
</style>
background-color css
<style>
a { background-color: #07BD21; }
a { background-color: rgb(7,189,33); }
div.DivClassName
{
background-color: #07BD21;
}
.BgClassName
{
background-color: #07BD21;
}
</style>
border-color css
<style>
span { border-color: #07BD21; }
span { border-color: rgb(7,189,33); }
td.TdClassName
{
border-color: #07BD21;
}
.TagClassName
{
border-color: #07BD21;
}
</style>