Shades of Pastel Green #65E174
Tints of Pastel Green #65E174
RGB
CMYK
RGB Variations
Color information
#65E174 (or 0x65E174) is known color: Pastel Green. HEX triplet: 65, E1 and 74. RGB value is (101,225,116). Sum of RGB (Red+Green+Blue) = 101+225+116=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #65E174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E174 is #9A1E8B. Grayscale: #AFAFAF. Windows color (decimal): -10100364 or 7659877. OLE color: 7659877.
HSL color Cylindrical-coordinate representation of color #65E174: hue angle of 127.26º degrees, saturation: 0.67, 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 #65E174 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 116 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.12 |
| HSL | 127.26º | 0.67% | 0.64% | - |
| HSV(B) | 127.26º | 0.55% | 0.88% | - |
| XYZ | 35.44 | 57.88 | 25.83 | - |
| YUV | 175.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 116 | 0.55 | 0 | 0.48 | 0.12 | 127.26 | 0.67 | 0.64 |
| Hex | 65 | E1 | 74 | 37 | 0 | 30 | C | 7F | 43 | 40 |
| Octal | 145 | 341 | 164 | 67 | 0 | 60 | 14 | 177 | 103 | 100 |
| Binary | 1100101 | 11100001 | 1110100 | 110111 | 0 | 110000 | 1100 | 1111111 | 1000011 | 1000000 |
Color Harmonies of #65E174
Complementary color
Monochromatic Colors of #65E174
Black with #65E174
Text Example
Text Example
White with #65E174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E174; }
p { color: rgb(101,225,116); }
H1.HeaderClassName
{
color: #65E174;
}
.AnyTagClassName
{
color: #65E174;
}
</style>
background-color css
<style>
a { background-color: #65E174; }
a { background-color: rgb(101,225,116); }
div.DivClassName
{
background-color: #65E174;
}
.BgClassName
{
background-color: #65E174;
}
</style>
border-color css
<style>
span { border-color: #65E174; }
span { border-color: rgb(101,225,116); }
td.TdClassName
{
border-color: #65E174;
}
.TagClassName
{
border-color: #65E174;
}
</style>