Shades of Pastel Green #65EA8A
Tints of Pastel Green #65EA8A
RGB
CMYK
RGB Variations
Color information
#65EA8A (or 0x65EA8A) is known color: Pastel Green. HEX triplet: 65, EA and 8A. RGB value is (101,234,138). Sum of RGB (Red+Green+Blue) = 101+234+138=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EA8A is #9A1575. Grayscale: #B7B7B7. Windows color (decimal): -10098038 or 9103973. OLE color: 9103973.
HSL color Cylindrical-coordinate representation of color #65EA8A: hue angle of 136.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EA8A is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 138 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.08 |
| HSL | 136.69º | 0.76% | 0.66% | - |
| HSV(B) | 136.69º | 0.57% | 0.92% | - |
| XYZ | 39.38 | 63.45 | 34.22 | - |
| YUV | 183.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 138 | 0.57 | 0 | 0.41 | 0.08 | 136.69 | 0.76 | 0.66 |
| Hex | 65 | EA | 8A | 39 | 0 | 29 | 8 | 89 | 4C | 42 |
| Octal | 145 | 352 | 212 | 71 | 0 | 51 | 10 | 211 | 114 | 102 |
| Binary | 1100101 | 11101010 | 10001010 | 111001 | 0 | 101001 | 1000 | 10001001 | 1001100 | 1000010 |
Color Harmonies of #65EA8A
Complementary color
Monochromatic Colors of #65EA8A
Black with #65EA8A
Text Example
Text Example
White with #65EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EA8A; }
p { color: rgb(101,234,138); }
H1.HeaderClassName
{
color: #65EA8A;
}
.AnyTagClassName
{
color: #65EA8A;
}
</style>
background-color css
<style>
a { background-color: #65EA8A; }
a { background-color: rgb(101,234,138); }
div.DivClassName
{
background-color: #65EA8A;
}
.BgClassName
{
background-color: #65EA8A;
}
</style>
border-color css
<style>
span { border-color: #65EA8A; }
span { border-color: rgb(101,234,138); }
td.TdClassName
{
border-color: #65EA8A;
}
.TagClassName
{
border-color: #65EA8A;
}
</style>