Shades of Pastel Green #65E770
Tints of Pastel Green #65E770
RGB
CMYK
RGB Variations
Color information
#65E770 (or 0x65E770) is known color: Pastel Green. HEX triplet: 65, E7 and 70. RGB value is (101,231,112). Sum of RGB (Red+Green+Blue) = 101+231+112=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #65E770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65E770 is #9A188F. Grayscale: #B2B2B2. Windows color (decimal): -10098832 or 7399269. OLE color: 7399269.
HSL color Cylindrical-coordinate representation of color #65E770: hue angle of 125.08º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E770 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 231 | 112 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.09 |
| HSL | 125.08º | 0.73% | 0.65% | - |
| HSV(B) | 125.08º | 0.56% | 0.91% | - |
| XYZ | 36.87 | 61.09 | 25.18 | - |
| YUV | 178.56 | 90.43 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 231 | 112 | 0.56 | 0 | 0.52 | 0.09 | 125.08 | 0.73 | 0.65 |
| Hex | 65 | E7 | 70 | 38 | 0 | 34 | 9 | 7D | 49 | 41 |
| Octal | 145 | 347 | 160 | 70 | 0 | 64 | 11 | 175 | 111 | 101 |
| Binary | 1100101 | 11100111 | 1110000 | 111000 | 0 | 110100 | 1001 | 1111101 | 1001001 | 1000001 |
Color Harmonies of #65E770
Complementary color
Monochromatic Colors of #65E770
Black with #65E770
Text Example
Text Example
White with #65E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E770; }
p { color: rgb(101,231,112); }
H1.HeaderClassName
{
color: #65E770;
}
.AnyTagClassName
{
color: #65E770;
}
</style>
background-color css
<style>
a { background-color: #65E770; }
a { background-color: rgb(101,231,112); }
div.DivClassName
{
background-color: #65E770;
}
.BgClassName
{
background-color: #65E770;
}
</style>
border-color css
<style>
span { border-color: #65E770; }
span { border-color: rgb(101,231,112); }
td.TdClassName
{
border-color: #65E770;
}
.TagClassName
{
border-color: #65E770;
}
</style>