Shades of Pastel Green #65E07C
Tints of Pastel Green #65E07C
RGB
CMYK
RGB Variations
Color information
#65E07C (or 0x65E07C) is known color: Pastel Green. HEX triplet: 65, E0 and 7C. RGB value is (101,224,124). Sum of RGB (Red+Green+Blue) = 101+224+124=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #65E07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E07C is #9A1F83. Grayscale: #B0B0B0. Windows color (decimal): -10100612 or 8183909. OLE color: 8183909.
HSL color Cylindrical-coordinate representation of color #65E07C: hue angle of 131.22º degrees, saturation: 0.66, 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 #65E07C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 124 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.12 |
| HSL | 131.22º | 0.66% | 0.64% | - |
| HSV(B) | 131.22º | 0.55% | 0.88% | - |
| XYZ | 35.66 | 57.53 | 28.29 | - |
| YUV | 175.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 124 | 0.55 | 0 | 0.45 | 0.12 | 131.22 | 0.66 | 0.64 |
| Hex | 65 | E0 | 7C | 37 | 0 | 2D | C | 83 | 42 | 40 |
| Octal | 145 | 340 | 174 | 67 | 0 | 55 | 14 | 203 | 102 | 100 |
| Binary | 1100101 | 11100000 | 1111100 | 110111 | 0 | 101101 | 1100 | 10000011 | 1000010 | 1000000 |
Color Harmonies of #65E07C
Complementary color
Monochromatic Colors of #65E07C
Black with #65E07C
Text Example
Text Example
White with #65E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E07C; }
p { color: rgb(101,224,124); }
H1.HeaderClassName
{
color: #65E07C;
}
.AnyTagClassName
{
color: #65E07C;
}
</style>
background-color css
<style>
a { background-color: #65E07C; }
a { background-color: rgb(101,224,124); }
div.DivClassName
{
background-color: #65E07C;
}
.BgClassName
{
background-color: #65E07C;
}
</style>
border-color css
<style>
span { border-color: #65E07C; }
span { border-color: rgb(101,224,124); }
td.TdClassName
{
border-color: #65E07C;
}
.TagClassName
{
border-color: #65E07C;
}
</style>