Shades of Pastel Green #65E982
Tints of Pastel Green #65E982
RGB
CMYK
RGB Variations
Color information
#65E982 (or 0x65E982) is known color: Pastel Green. HEX triplet: 65, E9 and 82. RGB value is (101,233,130). Sum of RGB (Red+Green+Blue) = 101+233+130=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #65E982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E982 is #9A167D. Grayscale: #B6B6B6. Windows color (decimal): -10098302 or 8579429. OLE color: 8579429.
HSL color Cylindrical-coordinate representation of color #65E982: hue angle of 133.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E982 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 130 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.09 |
| HSL | 133.18º | 0.75% | 0.65% | - |
| HSV(B) | 133.18º | 0.57% | 0.91% | - |
| XYZ | 38.54 | 62.66 | 31.18 | - |
| YUV | 181.79 | 98.77 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 130 | 0.57 | 0 | 0.44 | 0.09 | 133.18 | 0.75 | 0.65 |
| Hex | 65 | E9 | 82 | 39 | 0 | 2C | 9 | 85 | 4B | 41 |
| Octal | 145 | 351 | 202 | 71 | 0 | 54 | 11 | 205 | 113 | 101 |
| Binary | 1100101 | 11101001 | 10000010 | 111001 | 0 | 101100 | 1001 | 10000101 | 1001011 | 1000001 |
Color Harmonies of #65E982
Complementary color
Monochromatic Colors of #65E982
Black with #65E982
Text Example
Text Example
White with #65E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E982; }
p { color: rgb(101,233,130); }
H1.HeaderClassName
{
color: #65E982;
}
.AnyTagClassName
{
color: #65E982;
}
</style>
background-color css
<style>
a { background-color: #65E982; }
a { background-color: rgb(101,233,130); }
div.DivClassName
{
background-color: #65E982;
}
.BgClassName
{
background-color: #65E982;
}
</style>
border-color css
<style>
span { border-color: #65E982; }
span { border-color: rgb(101,233,130); }
td.TdClassName
{
border-color: #65E982;
}
.TagClassName
{
border-color: #65E982;
}
</style>