Shades of Pastel Green #67D682
Tints of Pastel Green #67D682
RGB
CMYK
RGB Variations
Color information
#67D682 (or 0x67D682) is known color: Pastel Green. HEX triplet: 67, D6 and 82. RGB value is (103,214,130). Sum of RGB (Red+Green+Blue) = 103+214+130=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #67D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D682 is #98297D. Grayscale: #ABABAB. Windows color (decimal): -9972094 or 8574567. OLE color: 8574567.
HSL color Cylindrical-coordinate representation of color #67D682: hue angle of 134.59º 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 #67D682 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 130 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.16 |
| HSL | 134.59º | 0.58% | 0.62% | - |
| HSV(B) | 134.59º | 0.52% | 0.84% | - |
| XYZ | 33.67 | 52.59 | 29.5 | - |
| YUV | 171.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 130 | 0.52 | 0 | 0.39 | 0.16 | 134.59 | 0.58 | 0.62 |
| Hex | 67 | D6 | 82 | 34 | 0 | 27 | 10 | 87 | 3A | 3E |
| Octal | 147 | 326 | 202 | 64 | 0 | 47 | 20 | 207 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10000010 | 110100 | 0 | 100111 | 10000 | 10000111 | 111010 | 111110 |
Color Harmonies of #67D682
Complementary color
Monochromatic Colors of #67D682
Black with #67D682
Text Example
Text Example
White with #67D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D682; }
p { color: rgb(103,214,130); }
H1.HeaderClassName
{
color: #67D682;
}
.AnyTagClassName
{
color: #67D682;
}
</style>
background-color css
<style>
a { background-color: #67D682; }
a { background-color: rgb(103,214,130); }
div.DivClassName
{
background-color: #67D682;
}
.BgClassName
{
background-color: #67D682;
}
</style>
border-color css
<style>
span { border-color: #67D682; }
span { border-color: rgb(103,214,130); }
td.TdClassName
{
border-color: #67D682;
}
.TagClassName
{
border-color: #67D682;
}
</style>