Shades of Pastel Green #67D966
Tints of Pastel Green #67D966
RGB
CMYK
RGB Variations
Color information
#67D966 (or 0x67D966) is known color: Pastel Green. HEX triplet: 67, D9 and 66. RGB value is (103,217,102). Sum of RGB (Red+Green+Blue) = 103+217+102=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #67D966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D966 is #982699. Grayscale: #AAAAAA. Windows color (decimal): -9971354 or 6740327. OLE color: 6740327.
HSL color Cylindrical-coordinate representation of color #67D966: hue angle of 119.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67D966 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 217 | 102 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.15 |
| HSL | 119.48º | 0.6% | 0.63% | - |
| HSV(B) | 119.48º | 0.53% | 0.85% | - |
| XYZ | 32.8 | 53.47 | 21.16 | - |
| YUV | 169.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 217 | 102 | 0.53 | 0 | 0.53 | 0.15 | 119.48 | 0.6 | 0.63 |
| Hex | 67 | D9 | 66 | 35 | 0 | 35 | F | 77 | 3C | 3F |
| Octal | 147 | 331 | 146 | 65 | 0 | 65 | 17 | 167 | 74 | 77 |
| Binary | 1100111 | 11011001 | 1100110 | 110101 | 0 | 110101 | 1111 | 1110111 | 111100 | 111111 |
Color Harmonies of #67D966
Complementary color
Monochromatic Colors of #67D966
Black with #67D966
Text Example
Text Example
White with #67D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D966; }
p { color: rgb(103,217,102); }
H1.HeaderClassName
{
color: #67D966;
}
.AnyTagClassName
{
color: #67D966;
}
</style>
background-color css
<style>
a { background-color: #67D966; }
a { background-color: rgb(103,217,102); }
div.DivClassName
{
background-color: #67D966;
}
.BgClassName
{
background-color: #67D966;
}
</style>
border-color css
<style>
span { border-color: #67D966; }
span { border-color: rgb(103,217,102); }
td.TdClassName
{
border-color: #67D966;
}
.TagClassName
{
border-color: #67D966;
}
</style>