Shades of Pastel Green #67DF82
Tints of Pastel Green #67DF82
RGB
CMYK
RGB Variations
Color information
#67DF82 (or 0x67DF82) is known color: Pastel Green. HEX triplet: 67, DF and 82. RGB value is (103,223,130). Sum of RGB (Red+Green+Blue) = 103+223+130=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #67DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DF82 is #98207D. Grayscale: #B0B0B0. Windows color (decimal): -9969790 or 8576871. OLE color: 8576871.
HSL color Cylindrical-coordinate representation of color #67DF82: hue angle of 133.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DF82 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 130 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.13 |
| HSL | 133.5º | 0.65% | 0.64% | - |
| HSV(B) | 133.5º | 0.54% | 0.87% | - |
| XYZ | 36.01 | 57.27 | 30.28 | - |
| YUV | 176.52 | 101.74 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 130 | 0.54 | 0 | 0.42 | 0.13 | 133.5 | 0.65 | 0.64 |
| Hex | 67 | DF | 82 | 36 | 0 | 2A | D | 86 | 41 | 40 |
| Octal | 147 | 337 | 202 | 66 | 0 | 52 | 15 | 206 | 101 | 100 |
| Binary | 1100111 | 11011111 | 10000010 | 110110 | 0 | 101010 | 1101 | 10000110 | 1000001 | 1000000 |
Color Harmonies of #67DF82
Complementary color
Monochromatic Colors of #67DF82
Black with #67DF82
Text Example
Text Example
White with #67DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DF82; }
p { color: rgb(103,223,130); }
H1.HeaderClassName
{
color: #67DF82;
}
.AnyTagClassName
{
color: #67DF82;
}
</style>
background-color css
<style>
a { background-color: #67DF82; }
a { background-color: rgb(103,223,130); }
div.DivClassName
{
background-color: #67DF82;
}
.BgClassName
{
background-color: #67DF82;
}
</style>
border-color css
<style>
span { border-color: #67DF82; }
span { border-color: rgb(103,223,130); }
td.TdClassName
{
border-color: #67DF82;
}
.TagClassName
{
border-color: #67DF82;
}
</style>