Shades of Pastel Green #65E282
Tints of Pastel Green #65E282
RGB
CMYK
RGB Variations
Color information
#65E282 (or 0x65E282) is known color: Pastel Green. HEX triplet: 65, E2 and 82. RGB value is (101,226,130). Sum of RGB (Red+Green+Blue) = 101+226+130=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #65E282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E282 is #9A1D7D. Grayscale: #B1B1B1. Windows color (decimal): -10100094 or 8577637. OLE color: 8577637.
HSL color Cylindrical-coordinate representation of color #65E282: hue angle of 133.92º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E282 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 130 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.11 |
| HSL | 133.92º | 0.68% | 0.64% | - |
| HSV(B) | 133.92º | 0.55% | 0.89% | - |
| XYZ | 36.59 | 58.77 | 30.53 | - |
| YUV | 177.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 130 | 0.55 | 0 | 0.42 | 0.11 | 133.92 | 0.68 | 0.64 |
| Hex | 65 | E2 | 82 | 37 | 0 | 2A | B | 86 | 44 | 40 |
| Octal | 145 | 342 | 202 | 67 | 0 | 52 | 13 | 206 | 104 | 100 |
| Binary | 1100101 | 11100010 | 10000010 | 110111 | 0 | 101010 | 1011 | 10000110 | 1000100 | 1000000 |
Color Harmonies of #65E282
Complementary color
Monochromatic Colors of #65E282
Black with #65E282
Text Example
Text Example
White with #65E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E282; }
p { color: rgb(101,226,130); }
H1.HeaderClassName
{
color: #65E282;
}
.AnyTagClassName
{
color: #65E282;
}
</style>
background-color css
<style>
a { background-color: #65E282; }
a { background-color: rgb(101,226,130); }
div.DivClassName
{
background-color: #65E282;
}
.BgClassName
{
background-color: #65E282;
}
</style>
border-color css
<style>
span { border-color: #65E282; }
span { border-color: rgb(101,226,130); }
td.TdClassName
{
border-color: #65E282;
}
.TagClassName
{
border-color: #65E282;
}
</style>