Shades of Pastel Green #65E075
Tints of Pastel Green #65E075
RGB
CMYK
RGB Variations
Color information
#65E075 (or 0x65E075) is known color: Pastel Green. HEX triplet: 65, E0 and 75. RGB value is (101,224,117). Sum of RGB (Red+Green+Blue) = 101+224+117=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #65E075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E075 is #9A1F8A. Grayscale: #AFAFAF. Windows color (decimal): -10100619 or 7725157. OLE color: 7725157.
HSL color Cylindrical-coordinate representation of color #65E075: hue angle of 127.8º 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 #65E075 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 117 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.12 |
| HSL | 127.8º | 0.66% | 0.64% | - |
| HSV(B) | 127.8º | 0.55% | 0.88% | - |
| XYZ | 35.23 | 57.36 | 26.04 | - |
| YUV | 175.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 117 | 0.55 | 0 | 0.48 | 0.12 | 127.8 | 0.66 | 0.64 |
| Hex | 65 | E0 | 75 | 37 | 0 | 30 | C | 80 | 42 | 40 |
| Octal | 145 | 340 | 165 | 67 | 0 | 60 | 14 | 200 | 102 | 100 |
| Binary | 1100101 | 11100000 | 1110101 | 110111 | 0 | 110000 | 1100 | 10000000 | 1000010 | 1000000 |
Color Harmonies of #65E075
Complementary color
Monochromatic Colors of #65E075
Black with #65E075
Text Example
Text Example
White with #65E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E075; }
p { color: rgb(101,224,117); }
H1.HeaderClassName
{
color: #65E075;
}
.AnyTagClassName
{
color: #65E075;
}
</style>
background-color css
<style>
a { background-color: #65E075; }
a { background-color: rgb(101,224,117); }
div.DivClassName
{
background-color: #65E075;
}
.BgClassName
{
background-color: #65E075;
}
</style>
border-color css
<style>
span { border-color: #65E075; }
span { border-color: rgb(101,224,117); }
td.TdClassName
{
border-color: #65E075;
}
.TagClassName
{
border-color: #65E075;
}
</style>