Shades of Pastel Green #65E18A
Tints of Pastel Green #65E18A
RGB
CMYK
RGB Variations
Color information
#65E18A (or 0x65E18A) is known color: Pastel Green. HEX triplet: 65, E1 and 8A. RGB value is (101,225,138). Sum of RGB (Red+Green+Blue) = 101+225+138=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #65E18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E18A is #9A1E75. Grayscale: #B2B2B2. Windows color (decimal): -10100342 or 9101669. OLE color: 9101669.
HSL color Cylindrical-coordinate representation of color #65E18A: hue angle of 137.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E18A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 138 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.12 |
| HSL | 137.9º | 0.67% | 0.64% | - |
| HSV(B) | 137.9º | 0.55% | 0.88% | - |
| XYZ | 36.88 | 58.45 | 33.38 | - |
| YUV | 178.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 138 | 0.55 | 0 | 0.39 | 0.12 | 137.9 | 0.67 | 0.64 |
| Hex | 65 | E1 | 8A | 37 | 0 | 27 | C | 8A | 43 | 40 |
| Octal | 145 | 341 | 212 | 67 | 0 | 47 | 14 | 212 | 103 | 100 |
| Binary | 1100101 | 11100001 | 10001010 | 110111 | 0 | 100111 | 1100 | 10001010 | 1000011 | 1000000 |
Color Harmonies of #65E18A
Complementary color
Monochromatic Colors of #65E18A
Black with #65E18A
Text Example
Text Example
White with #65E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E18A; }
p { color: rgb(101,225,138); }
H1.HeaderClassName
{
color: #65E18A;
}
.AnyTagClassName
{
color: #65E18A;
}
</style>
background-color css
<style>
a { background-color: #65E18A; }
a { background-color: rgb(101,225,138); }
div.DivClassName
{
background-color: #65E18A;
}
.BgClassName
{
background-color: #65E18A;
}
</style>
border-color css
<style>
span { border-color: #65E18A; }
span { border-color: rgb(101,225,138); }
td.TdClassName
{
border-color: #65E18A;
}
.TagClassName
{
border-color: #65E18A;
}
</style>