Shades of Pastel Green #65E68C
Tints of Pastel Green #65E68C
RGB
CMYK
RGB Variations
Color information
#65E68C (or 0x65E68C) is known color: Pastel Green. HEX triplet: 65, E6 and 8C. RGB value is (101,230,140). Sum of RGB (Red+Green+Blue) = 101+230+140=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #65E68C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E68C is #9A1973. Grayscale: #B5B5B5. Windows color (decimal): -10099060 or 9234021. OLE color: 9234021.
HSL color Cylindrical-coordinate representation of color #65E68C: hue angle of 138.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E68C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 230 | 140 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.10 |
| HSL | 138.14º | 0.72% | 0.65% | - |
| HSV(B) | 138.14º | 0.56% | 0.9% | - |
| XYZ | 38.4 | 61.25 | 34.61 | - |
| YUV | 181.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 140 | 0.56 | 0 | 0.39 | 0.10 | 138.14 | 0.72 | 0.65 |
| Hex | 65 | E6 | 8C | 38 | 0 | 27 | A | 8A | 48 | 41 |
| Octal | 145 | 346 | 214 | 70 | 0 | 47 | 12 | 212 | 110 | 101 |
| Binary | 1100101 | 11100110 | 10001100 | 111000 | 0 | 100111 | 1010 | 10001010 | 1001000 | 1000001 |
Color Harmonies of #65E68C
Complementary color
Monochromatic Colors of #65E68C
Black with #65E68C
Text Example
Text Example
White with #65E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E68C; }
p { color: rgb(101,230,140); }
H1.HeaderClassName
{
color: #65E68C;
}
.AnyTagClassName
{
color: #65E68C;
}
</style>
background-color css
<style>
a { background-color: #65E68C; }
a { background-color: rgb(101,230,140); }
div.DivClassName
{
background-color: #65E68C;
}
.BgClassName
{
background-color: #65E68C;
}
</style>
border-color css
<style>
span { border-color: #65E68C; }
span { border-color: rgb(101,230,140); }
td.TdClassName
{
border-color: #65E68C;
}
.TagClassName
{
border-color: #65E68C;
}
</style>