Shades of Pastel Green #67DB70
Tints of Pastel Green #67DB70
RGB
CMYK
RGB Variations
Color information
#67DB70 (or 0x67DB70) is known color: Pastel Green. HEX triplet: 67, DB and 70. RGB value is (103,219,112). Sum of RGB (Red+Green+Blue) = 103+219+112=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67DB70 is #98248F. Grayscale: #ACACAC. Windows color (decimal): -9970832 or 7396199. OLE color: 7396199.
HSL color Cylindrical-coordinate representation of color #67DB70: hue angle of 124.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DB70 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 112 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.14 |
| HSL | 124.66º | 0.62% | 0.63% | - |
| HSV(B) | 124.66º | 0.53% | 0.86% | - |
| XYZ | 33.85 | 54.72 | 24.11 | - |
| YUV | 172.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 112 | 0.53 | 0 | 0.49 | 0.14 | 124.66 | 0.62 | 0.63 |
| Hex | 67 | DB | 70 | 35 | 0 | 31 | E | 7D | 3E | 3F |
| Octal | 147 | 333 | 160 | 65 | 0 | 61 | 16 | 175 | 76 | 77 |
| Binary | 1100111 | 11011011 | 1110000 | 110101 | 0 | 110001 | 1110 | 1111101 | 111110 | 111111 |
Color Harmonies of #67DB70
Complementary color
Monochromatic Colors of #67DB70
Black with #67DB70
Text Example
Text Example
White with #67DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB70; }
p { color: rgb(103,219,112); }
H1.HeaderClassName
{
color: #67DB70;
}
.AnyTagClassName
{
color: #67DB70;
}
</style>
background-color css
<style>
a { background-color: #67DB70; }
a { background-color: rgb(103,219,112); }
div.DivClassName
{
background-color: #67DB70;
}
.BgClassName
{
background-color: #67DB70;
}
</style>
border-color css
<style>
span { border-color: #67DB70; }
span { border-color: rgb(103,219,112); }
td.TdClassName
{
border-color: #67DB70;
}
.TagClassName
{
border-color: #67DB70;
}
</style>