Shades of Pastel Green #67DB7F
Tints of Pastel Green #67DB7F
RGB
CMYK
RGB Variations
Color information
#67DB7F (or 0x67DB7F) is known color: Pastel Green. HEX triplet: 67, DB and 7F. RGB value is (103,219,127). Sum of RGB (Red+Green+Blue) = 103+219+127=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67DB7F is #982480. Grayscale: #AEAEAE. Windows color (decimal): -9970817 or 8379239. OLE color: 8379239.
HSL color Cylindrical-coordinate representation of color #67DB7F: hue angle of 132.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DB7F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 127 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.14 |
| HSL | 132.41º | 0.62% | 0.63% | - |
| HSV(B) | 132.41º | 0.53% | 0.86% | - |
| XYZ | 34.76 | 55.08 | 28.88 | - |
| YUV | 173.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 127 | 0.53 | 0 | 0.42 | 0.14 | 132.41 | 0.62 | 0.63 |
| Hex | 67 | DB | 7F | 35 | 0 | 2A | E | 84 | 3E | 3F |
| Octal | 147 | 333 | 177 | 65 | 0 | 52 | 16 | 204 | 76 | 77 |
| Binary | 1100111 | 11011011 | 1111111 | 110101 | 0 | 101010 | 1110 | 10000100 | 111110 | 111111 |
Color Harmonies of #67DB7F
Complementary color
Monochromatic Colors of #67DB7F
Black with #67DB7F
Text Example
Text Example
White with #67DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB7F; }
p { color: rgb(103,219,127); }
H1.HeaderClassName
{
color: #67DB7F;
}
.AnyTagClassName
{
color: #67DB7F;
}
</style>
background-color css
<style>
a { background-color: #67DB7F; }
a { background-color: rgb(103,219,127); }
div.DivClassName
{
background-color: #67DB7F;
}
.BgClassName
{
background-color: #67DB7F;
}
</style>
border-color css
<style>
span { border-color: #67DB7F; }
span { border-color: rgb(103,219,127); }
td.TdClassName
{
border-color: #67DB7F;
}
.TagClassName
{
border-color: #67DB7F;
}
</style>