Shades of Pastel Green #67DC73
Tints of Pastel Green #67DC73
RGB
CMYK
RGB Variations
Color information
#67DC73 (or 0x67DC73) is known color: Pastel Green. HEX triplet: 67, DC and 73. RGB value is (103,220,115). Sum of RGB (Red+Green+Blue) = 103+220+115=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67DC73 is #98238C. Grayscale: #ADADAD. Windows color (decimal): -9970573 or 7593063. OLE color: 7593063.
HSL color Cylindrical-coordinate representation of color #67DC73: hue angle of 126.15º degrees, saturation: 0.63, 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 #67DC73 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 115 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.14 |
| HSL | 126.15º | 0.63% | 0.63% | - |
| HSV(B) | 126.15º | 0.53% | 0.86% | - |
| XYZ | 34.28 | 55.31 | 25.09 | - |
| YUV | 173.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 115 | 0.53 | 0 | 0.48 | 0.14 | 126.15 | 0.63 | 0.63 |
| Hex | 67 | DC | 73 | 35 | 0 | 30 | E | 7E | 3F | 3F |
| Octal | 147 | 334 | 163 | 65 | 0 | 60 | 16 | 176 | 77 | 77 |
| Binary | 1100111 | 11011100 | 1110011 | 110101 | 0 | 110000 | 1110 | 1111110 | 111111 | 111111 |
Color Harmonies of #67DC73
Complementary color
Monochromatic Colors of #67DC73
Black with #67DC73
Text Example
Text Example
White with #67DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC73; }
p { color: rgb(103,220,115); }
H1.HeaderClassName
{
color: #67DC73;
}
.AnyTagClassName
{
color: #67DC73;
}
</style>
background-color css
<style>
a { background-color: #67DC73; }
a { background-color: rgb(103,220,115); }
div.DivClassName
{
background-color: #67DC73;
}
.BgClassName
{
background-color: #67DC73;
}
</style>
border-color css
<style>
span { border-color: #67DC73; }
span { border-color: rgb(103,220,115); }
td.TdClassName
{
border-color: #67DC73;
}
.TagClassName
{
border-color: #67DC73;
}
</style>