Shades of Pastel Green #65E16F
Tints of Pastel Green #65E16F
RGB
CMYK
RGB Variations
Color information
#65E16F (or 0x65E16F) is known color: Pastel Green. HEX triplet: 65, E1 and 6F. RGB value is (101,225,111). Sum of RGB (Red+Green+Blue) = 101+225+111=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #65E16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E16F is #9A1E90. Grayscale: #AFAFAF. Windows color (decimal): -10100369 or 7332197. OLE color: 7332197.
HSL color Cylindrical-coordinate representation of color #65E16F: hue angle of 124.84º 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 #65E16F is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 111 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.12 |
| HSL | 124.84º | 0.67% | 0.64% | - |
| HSV(B) | 124.84º | 0.55% | 0.88% | - |
| XYZ | 35.16 | 57.76 | 24.34 | - |
| YUV | 174.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 111 | 0.55 | 0 | 0.51 | 0.12 | 124.84 | 0.67 | 0.64 |
| Hex | 65 | E1 | 6F | 37 | 0 | 33 | C | 7D | 43 | 40 |
| Octal | 145 | 341 | 157 | 67 | 0 | 63 | 14 | 175 | 103 | 100 |
| Binary | 1100101 | 11100001 | 1101111 | 110111 | 0 | 110011 | 1100 | 1111101 | 1000011 | 1000000 |
Color Harmonies of #65E16F
Complementary color
Monochromatic Colors of #65E16F
Black with #65E16F
Text Example
Text Example
White with #65E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E16F; }
p { color: rgb(101,225,111); }
H1.HeaderClassName
{
color: #65E16F;
}
.AnyTagClassName
{
color: #65E16F;
}
</style>
background-color css
<style>
a { background-color: #65E16F; }
a { background-color: rgb(101,225,111); }
div.DivClassName
{
background-color: #65E16F;
}
.BgClassName
{
background-color: #65E16F;
}
</style>
border-color css
<style>
span { border-color: #65E16F; }
span { border-color: rgb(101,225,111); }
td.TdClassName
{
border-color: #65E16F;
}
.TagClassName
{
border-color: #65E16F;
}
</style>