Shades of Pastel Green #65E482
Tints of Pastel Green #65E482
RGB
CMYK
RGB Variations
Color information
#65E482 (or 0x65E482) is known color: Pastel Green. HEX triplet: 65, E4 and 82. RGB value is (101,228,130). Sum of RGB (Red+Green+Blue) = 101+228+130=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #65E482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E482 is #9A1B7D. Grayscale: #B3B3B3. Windows color (decimal): -10099582 or 8578149. OLE color: 8578149.
HSL color Cylindrical-coordinate representation of color #65E482: hue angle of 133.7º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E482 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 130 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.11 |
| HSL | 133.7º | 0.7% | 0.65% | - |
| HSV(B) | 133.7º | 0.56% | 0.89% | - |
| XYZ | 37.14 | 59.87 | 30.72 | - |
| YUV | 178.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 130 | 0.56 | 0 | 0.43 | 0.11 | 133.7 | 0.7 | 0.65 |
| Hex | 65 | E4 | 82 | 38 | 0 | 2B | B | 86 | 46 | 41 |
| Octal | 145 | 344 | 202 | 70 | 0 | 53 | 13 | 206 | 106 | 101 |
| Binary | 1100101 | 11100100 | 10000010 | 111000 | 0 | 101011 | 1011 | 10000110 | 1000110 | 1000001 |
Color Harmonies of #65E482
Complementary color
Monochromatic Colors of #65E482
Black with #65E482
Text Example
Text Example
White with #65E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E482; }
p { color: rgb(101,228,130); }
H1.HeaderClassName
{
color: #65E482;
}
.AnyTagClassName
{
color: #65E482;
}
</style>
background-color css
<style>
a { background-color: #65E482; }
a { background-color: rgb(101,228,130); }
div.DivClassName
{
background-color: #65E482;
}
.BgClassName
{
background-color: #65E482;
}
</style>
border-color css
<style>
span { border-color: #65E482; }
span { border-color: rgb(101,228,130); }
td.TdClassName
{
border-color: #65E482;
}
.TagClassName
{
border-color: #65E482;
}
</style>