Shades of Pastel Green #66D75C
Tints of Pastel Green #66D75C
RGB
CMYK
RGB Variations
Color information
#66D75C (or 0x66D75C) is known color: Pastel Green. HEX triplet: 66, D7 and 5C. RGB value is (102,215,92). Sum of RGB (Red+Green+Blue) = 102+215+92=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #66D75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D75C is #9928A3. Grayscale: #A7A7A7. Windows color (decimal): -10037412 or 6084454. OLE color: 6084454.
HSL color Cylindrical-coordinate representation of color #66D75C: hue angle of 115.12º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D75C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 92 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.16 |
| HSL | 115.12º | 0.61% | 0.6% | - |
| HSV(B) | 115.12º | 0.57% | 0.84% | - |
| XYZ | 31.71 | 52.2 | 18.53 | - |
| YUV | 167.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 92 | 0.53 | 0 | 0.57 | 0.16 | 115.12 | 0.61 | 0.6 |
| Hex | 66 | D7 | 5C | 35 | 0 | 39 | 10 | 73 | 3D | 3C |
| Octal | 146 | 327 | 134 | 65 | 0 | 71 | 20 | 163 | 75 | 74 |
| Binary | 1100110 | 11010111 | 1011100 | 110101 | 0 | 111001 | 10000 | 1110011 | 111101 | 111100 |
Color Harmonies of #66D75C
Complementary color
Monochromatic Colors of #66D75C
Black with #66D75C
Text Example
Text Example
White with #66D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D75C; }
p { color: rgb(102,215,92); }
H1.HeaderClassName
{
color: #66D75C;
}
.AnyTagClassName
{
color: #66D75C;
}
</style>
background-color css
<style>
a { background-color: #66D75C; }
a { background-color: rgb(102,215,92); }
div.DivClassName
{
background-color: #66D75C;
}
.BgClassName
{
background-color: #66D75C;
}
</style>
border-color css
<style>
span { border-color: #66D75C; }
span { border-color: rgb(102,215,92); }
td.TdClassName
{
border-color: #66D75C;
}
.TagClassName
{
border-color: #66D75C;
}
</style>