Shades of Pastel Green #60DA67
Tints of Pastel Green #60DA67
RGB
CMYK
RGB Variations
Color information
#60DA67 (or 0x60DA67) is known color: Pastel Green. HEX triplet: 60, DA and 67. RGB value is (96,218,103). Sum of RGB (Red+Green+Blue) = 96+218+103=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA67 is #9F2598. Grayscale: #A8A8A8. Windows color (decimal): -10429849 or 6806112. OLE color: 6806112.
HSL color Cylindrical-coordinate representation of color #60DA67: hue angle of 123.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA67 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 103 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.15 |
| HSL | 123.44º | 0.62% | 0.62% | - |
| HSV(B) | 123.44º | 0.56% | 0.85% | - |
| XYZ | 32.34 | 53.61 | 21.47 | - |
| YUV | 168.41 | 91.08 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 103 | 0.56 | 0 | 0.53 | 0.15 | 123.44 | 0.62 | 0.62 |
| Hex | 60 | DA | 67 | 38 | 0 | 35 | F | 7B | 3E | 3E |
| Octal | 140 | 332 | 147 | 70 | 0 | 65 | 17 | 173 | 76 | 76 |
| Binary | 1100000 | 11011010 | 1100111 | 111000 | 0 | 110101 | 1111 | 1111011 | 111110 | 111110 |
Color Harmonies of #60DA67
Complementary color
Monochromatic Colors of #60DA67
Black with #60DA67
Text Example
Text Example
White with #60DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA67; }
p { color: rgb(96,218,103); }
H1.HeaderClassName
{
color: #60DA67;
}
.AnyTagClassName
{
color: #60DA67;
}
</style>
background-color css
<style>
a { background-color: #60DA67; }
a { background-color: rgb(96,218,103); }
div.DivClassName
{
background-color: #60DA67;
}
.BgClassName
{
background-color: #60DA67;
}
</style>
border-color css
<style>
span { border-color: #60DA67; }
span { border-color: rgb(96,218,103); }
td.TdClassName
{
border-color: #60DA67;
}
.TagClassName
{
border-color: #60DA67;
}
</style>