Shades of Pastel Green #65E686
Tints of Pastel Green #65E686
RGB
CMYK
RGB Variations
Color information
#65E686 (or 0x65E686) is known color: Pastel Green. HEX triplet: 65, E6 and 86. RGB value is (101,230,134). Sum of RGB (Red+Green+Blue) = 101+230+134=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #65E686 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E686 is #9A1979. Grayscale: #B4B4B4. Windows color (decimal): -10099066 or 8840805. OLE color: 8840805.
HSL color Cylindrical-coordinate representation of color #65E686: hue angle of 135.35º degrees, saturation: 0.72, 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 #65E686 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 230 | 134 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.10 |
| HSL | 135.35º | 0.72% | 0.65% | - |
| HSV(B) | 135.35º | 0.56% | 0.9% | - |
| XYZ | 37.97 | 61.08 | 32.34 | - |
| YUV | 180.49 | 101.76 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 134 | 0.56 | 0 | 0.42 | 0.10 | 135.35 | 0.72 | 0.65 |
| Hex | 65 | E6 | 86 | 38 | 0 | 2A | A | 87 | 48 | 41 |
| Octal | 145 | 346 | 206 | 70 | 0 | 52 | 12 | 207 | 110 | 101 |
| Binary | 1100101 | 11100110 | 10000110 | 111000 | 0 | 101010 | 1010 | 10000111 | 1001000 | 1000001 |
Color Harmonies of #65E686
Complementary color
Monochromatic Colors of #65E686
Black with #65E686
Text Example
Text Example
White with #65E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E686; }
p { color: rgb(101,230,134); }
H1.HeaderClassName
{
color: #65E686;
}
.AnyTagClassName
{
color: #65E686;
}
</style>
background-color css
<style>
a { background-color: #65E686; }
a { background-color: rgb(101,230,134); }
div.DivClassName
{
background-color: #65E686;
}
.BgClassName
{
background-color: #65E686;
}
</style>
border-color css
<style>
span { border-color: #65E686; }
span { border-color: rgb(101,230,134); }
td.TdClassName
{
border-color: #65E686;
}
.TagClassName
{
border-color: #65E686;
}
</style>