Shades of Pastel Green #65E28C
Tints of Pastel Green #65E28C
RGB
CMYK
RGB Variations
Color information
#65E28C (or 0x65E28C) is known color: Pastel Green. HEX triplet: 65, E2 and 8C. RGB value is (101,226,140). Sum of RGB (Red+Green+Blue) = 101+226+140=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #65E28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E28C is #9A1D73. Grayscale: #B3B3B3. Windows color (decimal): -10100084 or 9232997. OLE color: 9232997.
HSL color Cylindrical-coordinate representation of color #65E28C: hue angle of 138.72º 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 #65E28C is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 140 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.11 |
| HSL | 138.72º | 0.68% | 0.64% | - |
| HSV(B) | 138.72º | 0.55% | 0.89% | - |
| XYZ | 37.3 | 59.05 | 34.24 | - |
| YUV | 178.82 | 106.09 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 140 | 0.55 | 0 | 0.38 | 0.11 | 138.72 | 0.68 | 0.64 |
| Hex | 65 | E2 | 8C | 37 | 0 | 26 | B | 8B | 44 | 40 |
| Octal | 145 | 342 | 214 | 67 | 0 | 46 | 13 | 213 | 104 | 100 |
| Binary | 1100101 | 11100010 | 10001100 | 110111 | 0 | 100110 | 1011 | 10001011 | 1000100 | 1000000 |
Color Harmonies of #65E28C
Complementary color
Monochromatic Colors of #65E28C
Black with #65E28C
Text Example
Text Example
White with #65E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E28C; }
p { color: rgb(101,226,140); }
H1.HeaderClassName
{
color: #65E28C;
}
.AnyTagClassName
{
color: #65E28C;
}
</style>
background-color css
<style>
a { background-color: #65E28C; }
a { background-color: rgb(101,226,140); }
div.DivClassName
{
background-color: #65E28C;
}
.BgClassName
{
background-color: #65E28C;
}
</style>
border-color css
<style>
span { border-color: #65E28C; }
span { border-color: rgb(101,226,140); }
td.TdClassName
{
border-color: #65E28C;
}
.TagClassName
{
border-color: #65E28C;
}
</style>