Shades of Pastel Green #67D67D
Tints of Pastel Green #67D67D
RGB
CMYK
RGB Variations
Color information
#67D67D (or 0x67D67D) is known color: Pastel Green. HEX triplet: 67, D6 and 7D. RGB value is (103,214,125). Sum of RGB (Red+Green+Blue) = 103+214+125=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #67D67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D67D is #982982. Grayscale: #AAAAAA. Windows color (decimal): -9972099 or 8246887. OLE color: 8246887.
HSL color Cylindrical-coordinate representation of color #67D67D: hue angle of 131.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D67D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 125 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.16 |
| HSL | 131.89º | 0.58% | 0.62% | - |
| HSV(B) | 131.89º | 0.52% | 0.84% | - |
| XYZ | 33.34 | 52.46 | 27.77 | - |
| YUV | 170.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 125 | 0.52 | 0 | 0.42 | 0.16 | 131.89 | 0.58 | 0.62 |
| Hex | 67 | D6 | 7D | 34 | 0 | 2A | 10 | 84 | 3A | 3E |
| Octal | 147 | 326 | 175 | 64 | 0 | 52 | 20 | 204 | 72 | 76 |
| Binary | 1100111 | 11010110 | 1111101 | 110100 | 0 | 101010 | 10000 | 10000100 | 111010 | 111110 |
Color Harmonies of #67D67D
Complementary color
Monochromatic Colors of #67D67D
Black with #67D67D
Text Example
Text Example
White with #67D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D67D; }
p { color: rgb(103,214,125); }
H1.HeaderClassName
{
color: #67D67D;
}
.AnyTagClassName
{
color: #67D67D;
}
</style>
background-color css
<style>
a { background-color: #67D67D; }
a { background-color: rgb(103,214,125); }
div.DivClassName
{
background-color: #67D67D;
}
.BgClassName
{
background-color: #67D67D;
}
</style>
border-color css
<style>
span { border-color: #67D67D; }
span { border-color: rgb(103,214,125); }
td.TdClassName
{
border-color: #67D67D;
}
.TagClassName
{
border-color: #67D67D;
}
</style>