Shades of Pastel Green #65DE66
Tints of Pastel Green #65DE66
RGB
CMYK
RGB Variations
Color information
#65DE66 (or 0x65DE66) is known color: Pastel Green. HEX triplet: 65, DE and 66. RGB value is (101,222,102). Sum of RGB (Red+Green+Blue) = 101+222+102=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #65DE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DE66 is #9A2199. Grayscale: #ACACAC. Windows color (decimal): -10101146 or 6741605. OLE color: 6741605.
HSL color Cylindrical-coordinate representation of color #65DE66: hue angle of 120.5º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DE66 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 102 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.13 |
| HSL | 120.5º | 0.65% | 0.63% | - |
| HSV(B) | 120.5º | 0.55% | 0.87% | - |
| XYZ | 33.89 | 55.97 | 21.59 | - |
| YUV | 172.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 102 | 0.55 | 0 | 0.54 | 0.13 | 120.5 | 0.65 | 0.63 |
| Hex | 65 | DE | 66 | 37 | 0 | 36 | D | 78 | 41 | 3F |
| Octal | 145 | 336 | 146 | 67 | 0 | 66 | 15 | 170 | 101 | 77 |
| Binary | 1100101 | 11011110 | 1100110 | 110111 | 0 | 110110 | 1101 | 1111000 | 1000001 | 111111 |
Color Harmonies of #65DE66
Complementary color
Monochromatic Colors of #65DE66
Black with #65DE66
Text Example
Text Example
White with #65DE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DE66; }
p { color: rgb(101,222,102); }
H1.HeaderClassName
{
color: #65DE66;
}
.AnyTagClassName
{
color: #65DE66;
}
</style>
background-color css
<style>
a { background-color: #65DE66; }
a { background-color: rgb(101,222,102); }
div.DivClassName
{
background-color: #65DE66;
}
.BgClassName
{
background-color: #65DE66;
}
</style>
border-color css
<style>
span { border-color: #65DE66; }
span { border-color: rgb(101,222,102); }
td.TdClassName
{
border-color: #65DE66;
}
.TagClassName
{
border-color: #65DE66;
}
</style>