Shades of Pastel Green #66D25C
Tints of Pastel Green #66D25C
RGB
CMYK
RGB Variations
Color information
#66D25C (or 0x66D25C) is known color: Pastel Green. HEX triplet: 66, D2 and 5C. RGB value is (102,210,92). Sum of RGB (Red+Green+Blue) = 102+210+92=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #66D25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D25C is #992DA3. Grayscale: #A4A4A4. Windows color (decimal): -10038692 or 6083174. OLE color: 6083174.
HSL color Cylindrical-coordinate representation of color #66D25C: hue angle of 114.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66D25C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 210 | 92 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.18 |
| HSL | 114.92º | 0.57% | 0.59% | - |
| HSV(B) | 114.92º | 0.56% | 0.82% | - |
| XYZ | 30.46 | 49.69 | 18.11 | - |
| YUV | 164.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 92 | 0.51 | 0 | 0.56 | 0.18 | 114.92 | 0.57 | 0.59 |
| Hex | 66 | D2 | 5C | 33 | 0 | 38 | 12 | 73 | 39 | 3B |
| Octal | 146 | 322 | 134 | 63 | 0 | 70 | 22 | 163 | 71 | 73 |
| Binary | 1100110 | 11010010 | 1011100 | 110011 | 0 | 111000 | 10010 | 1110011 | 111001 | 111011 |
Color Harmonies of #66D25C
Complementary color
Monochromatic Colors of #66D25C
Black with #66D25C
Text Example
Text Example
White with #66D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D25C; }
p { color: rgb(102,210,92); }
H1.HeaderClassName
{
color: #66D25C;
}
.AnyTagClassName
{
color: #66D25C;
}
</style>
background-color css
<style>
a { background-color: #66D25C; }
a { background-color: rgb(102,210,92); }
div.DivClassName
{
background-color: #66D25C;
}
.BgClassName
{
background-color: #66D25C;
}
</style>
border-color css
<style>
span { border-color: #66D25C; }
span { border-color: rgb(102,210,92); }
td.TdClassName
{
border-color: #66D25C;
}
.TagClassName
{
border-color: #66D25C;
}
</style>