Shades of Pastel Green #67DD7D
Tints of Pastel Green #67DD7D
RGB
CMYK
RGB Variations
Color information
#67DD7D (or 0x67DD7D) is known color: Pastel Green. HEX triplet: 67, DD and 7D. RGB value is (103,221,125). Sum of RGB (Red+Green+Blue) = 103+221+125=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67DD7D is #982282. Grayscale: #AFAFAF. Windows color (decimal): -9970307 or 8248679. OLE color: 8248679.
HSL color Cylindrical-coordinate representation of color #67DD7D: hue angle of 131.19º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DD7D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 125 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.13 |
| HSL | 131.19º | 0.63% | 0.64% | - |
| HSV(B) | 131.19º | 0.53% | 0.87% | - |
| XYZ | 35.15 | 56.08 | 28.37 | - |
| YUV | 174.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 125 | 0.53 | 0 | 0.43 | 0.13 | 131.19 | 0.63 | 0.64 |
| Hex | 67 | DD | 7D | 35 | 0 | 2B | D | 83 | 3F | 40 |
| Octal | 147 | 335 | 175 | 65 | 0 | 53 | 15 | 203 | 77 | 100 |
| Binary | 1100111 | 11011101 | 1111101 | 110101 | 0 | 101011 | 1101 | 10000011 | 111111 | 1000000 |
Color Harmonies of #67DD7D
Complementary color
Monochromatic Colors of #67DD7D
Black with #67DD7D
Text Example
Text Example
White with #67DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD7D; }
p { color: rgb(103,221,125); }
H1.HeaderClassName
{
color: #67DD7D;
}
.AnyTagClassName
{
color: #67DD7D;
}
</style>
background-color css
<style>
a { background-color: #67DD7D; }
a { background-color: rgb(103,221,125); }
div.DivClassName
{
background-color: #67DD7D;
}
.BgClassName
{
background-color: #67DD7D;
}
</style>
border-color css
<style>
span { border-color: #67DD7D; }
span { border-color: rgb(103,221,125); }
td.TdClassName
{
border-color: #67DD7D;
}
.TagClassName
{
border-color: #67DD7D;
}
</style>