Shades of Pastel Green #65E585
Tints of Pastel Green #65E585
RGB
CMYK
RGB Variations
Color information
#65E585 (or 0x65E585) is known color: Pastel Green. HEX triplet: 65, E5 and 85. RGB value is (101,229,133). Sum of RGB (Red+Green+Blue) = 101+229+133=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #65E585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E585 is #9A1A7A. Grayscale: #B4B4B4. Windows color (decimal): -10099323 or 8775013. OLE color: 8775013.
HSL color Cylindrical-coordinate representation of color #65E585: hue angle of 135º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E585 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 229 | 133 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.10 |
| HSL | 135º | 0.71% | 0.65% | - |
| HSV(B) | 135º | 0.56% | 0.9% | - |
| XYZ | 37.62 | 60.5 | 31.88 | - |
| YUV | 179.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 229 | 133 | 0.56 | 0 | 0.42 | 0.10 | 135 | 0.71 | 0.65 |
| Hex | 65 | E5 | 85 | 38 | 0 | 2A | A | 87 | 47 | 41 |
| Octal | 145 | 345 | 205 | 70 | 0 | 52 | 12 | 207 | 107 | 101 |
| Binary | 1100101 | 11100101 | 10000101 | 111000 | 0 | 101010 | 1010 | 10000111 | 1000111 | 1000001 |
Color Harmonies of #65E585
Complementary color
Monochromatic Colors of #65E585
Black with #65E585
Text Example
Text Example
White with #65E585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E585; }
p { color: rgb(101,229,133); }
H1.HeaderClassName
{
color: #65E585;
}
.AnyTagClassName
{
color: #65E585;
}
</style>
background-color css
<style>
a { background-color: #65E585; }
a { background-color: rgb(101,229,133); }
div.DivClassName
{
background-color: #65E585;
}
.BgClassName
{
background-color: #65E585;
}
</style>
border-color css
<style>
span { border-color: #65E585; }
span { border-color: rgb(101,229,133); }
td.TdClassName
{
border-color: #65E585;
}
.TagClassName
{
border-color: #65E585;
}
</style>