Shades of Pastel Green #65E271
Tints of Pastel Green #65E271
RGB
CMYK
RGB Variations
Color information
#65E271 (or 0x65E271) is known color: Pastel Green. HEX triplet: 65, E2 and 71. RGB value is (101,226,113). Sum of RGB (Red+Green+Blue) = 101+226+113=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #65E271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E271 is #9A1D8E. Grayscale: #B0B0B0. Windows color (decimal): -10100111 or 7463525. OLE color: 7463525.
HSL color Cylindrical-coordinate representation of color #65E271: hue angle of 125.76º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E271 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 113 | - |
| CMYK | 0.55 | 0 | 0.5 | 0.11 |
| HSL | 125.76º | 0.68% | 0.64% | - |
| HSV(B) | 125.76º | 0.55% | 0.89% | - |
| XYZ | 35.54 | 58.35 | 25.01 | - |
| YUV | 175.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 113 | 0.55 | 0 | 0.5 | 0.11 | 125.76 | 0.68 | 0.64 |
| Hex | 65 | E2 | 71 | 37 | 0 | 32 | B | 7E | 44 | 40 |
| Octal | 145 | 342 | 161 | 67 | 0 | 62 | 13 | 176 | 104 | 100 |
| Binary | 1100101 | 11100010 | 1110001 | 110111 | 0 | 110010 | 1011 | 1111110 | 1000100 | 1000000 |
Color Harmonies of #65E271
Complementary color
Monochromatic Colors of #65E271
Black with #65E271
Text Example
Text Example
White with #65E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E271; }
p { color: rgb(101,226,113); }
H1.HeaderClassName
{
color: #65E271;
}
.AnyTagClassName
{
color: #65E271;
}
</style>
background-color css
<style>
a { background-color: #65E271; }
a { background-color: rgb(101,226,113); }
div.DivClassName
{
background-color: #65E271;
}
.BgClassName
{
background-color: #65E271;
}
</style>
border-color css
<style>
span { border-color: #65E271; }
span { border-color: rgb(101,226,113); }
td.TdClassName
{
border-color: #65E271;
}
.TagClassName
{
border-color: #65E271;
}
</style>