Shades of Pastel Green #67DF70
Tints of Pastel Green #67DF70
RGB
CMYK
RGB Variations
Color information
#67DF70 (or 0x67DF70) is known color: Pastel Green. HEX triplet: 67, DF and 70. RGB value is (103,223,112). Sum of RGB (Red+Green+Blue) = 103+223+112=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #67DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67DF70 is #98208F. Grayscale: #AEAEAE. Windows color (decimal): -9969808 or 7397223. OLE color: 7397223.
HSL color Cylindrical-coordinate representation of color #67DF70: hue angle of 124.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 #67DF70 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 112 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.13 |
| HSL | 124.5º | 0.65% | 0.64% | - |
| HSV(B) | 124.5º | 0.54% | 0.87% | - |
| XYZ | 34.91 | 56.83 | 24.46 | - |
| YUV | 174.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 112 | 0.54 | 0 | 0.50 | 0.13 | 124.5 | 0.65 | 0.64 |
| Hex | 67 | DF | 70 | 36 | 0 | 32 | D | 7C | 41 | 40 |
| Octal | 147 | 337 | 160 | 66 | 0 | 62 | 15 | 174 | 101 | 100 |
| Binary | 1100111 | 11011111 | 1110000 | 110110 | 0 | 110010 | 1101 | 1111100 | 1000001 | 1000000 |
Color Harmonies of #67DF70
Complementary color
Monochromatic Colors of #67DF70
Black with #67DF70
Text Example
Text Example
White with #67DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DF70; }
p { color: rgb(103,223,112); }
H1.HeaderClassName
{
color: #67DF70;
}
.AnyTagClassName
{
color: #67DF70;
}
</style>
background-color css
<style>
a { background-color: #67DF70; }
a { background-color: rgb(103,223,112); }
div.DivClassName
{
background-color: #67DF70;
}
.BgClassName
{
background-color: #67DF70;
}
</style>
border-color css
<style>
span { border-color: #67DF70; }
span { border-color: rgb(103,223,112); }
td.TdClassName
{
border-color: #67DF70;
}
.TagClassName
{
border-color: #67DF70;
}
</style>