Shades of Pastel Green #65E06D
Tints of Pastel Green #65E06D
RGB
CMYK
RGB Variations
Color information
#65E06D (or 0x65E06D) is known color: Pastel Green. HEX triplet: 65, E0 and 6D. RGB value is (101,224,109). Sum of RGB (Red+Green+Blue) = 101+224+109=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #65E06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E06D is #9A1F92. Grayscale: #AEAEAE. Windows color (decimal): -10100627 or 7200869. OLE color: 7200869.
HSL color Cylindrical-coordinate representation of color #65E06D: hue angle of 123.9º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E06D is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 109 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.12 |
| HSL | 123.9º | 0.66% | 0.64% | - |
| HSV(B) | 123.9º | 0.55% | 0.88% | - |
| XYZ | 34.78 | 57.18 | 23.67 | - |
| YUV | 174.11 | 91.25 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 109 | 0.55 | 0 | 0.51 | 0.12 | 123.9 | 0.66 | 0.64 |
| Hex | 65 | E0 | 6D | 37 | 0 | 33 | C | 7C | 42 | 40 |
| Octal | 145 | 340 | 155 | 67 | 0 | 63 | 14 | 174 | 102 | 100 |
| Binary | 1100101 | 11100000 | 1101101 | 110111 | 0 | 110011 | 1100 | 1111100 | 1000010 | 1000000 |
Color Harmonies of #65E06D
Complementary color
Monochromatic Colors of #65E06D
Black with #65E06D
Text Example
Text Example
White with #65E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E06D; }
p { color: rgb(101,224,109); }
H1.HeaderClassName
{
color: #65E06D;
}
.AnyTagClassName
{
color: #65E06D;
}
</style>
background-color css
<style>
a { background-color: #65E06D; }
a { background-color: rgb(101,224,109); }
div.DivClassName
{
background-color: #65E06D;
}
.BgClassName
{
background-color: #65E06D;
}
</style>
border-color css
<style>
span { border-color: #65E06D; }
span { border-color: rgb(101,224,109); }
td.TdClassName
{
border-color: #65E06D;
}
.TagClassName
{
border-color: #65E06D;
}
</style>