Shades of Pastel Green #65E384
Tints of Pastel Green #65E384
RGB
CMYK
RGB Variations
Color information
#65E384 (or 0x65E384) is known color: Pastel Green. HEX triplet: 65, E3 and 84. RGB value is (101,227,132). Sum of RGB (Red+Green+Blue) = 101+227+132=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #65E384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E384 is #9A1C7B. Grayscale: #B2B2B2. Windows color (decimal): -10099836 or 8708965. OLE color: 8708965.
HSL color Cylindrical-coordinate representation of color #65E384: hue angle of 134.76º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E384 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 132 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.11 |
| HSL | 134.76º | 0.69% | 0.64% | - |
| HSV(B) | 134.76º | 0.56% | 0.89% | - |
| XYZ | 37 | 59.37 | 31.34 | - |
| YUV | 178.5 | 101.76 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 132 | 0.56 | 0 | 0.42 | 0.11 | 134.76 | 0.69 | 0.64 |
| Hex | 65 | E3 | 84 | 38 | 0 | 2A | B | 87 | 45 | 40 |
| Octal | 145 | 343 | 204 | 70 | 0 | 52 | 13 | 207 | 105 | 100 |
| Binary | 1100101 | 11100011 | 10000100 | 111000 | 0 | 101010 | 1011 | 10000111 | 1000101 | 1000000 |
Color Harmonies of #65E384
Complementary color
Monochromatic Colors of #65E384
Black with #65E384
Text Example
Text Example
White with #65E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E384; }
p { color: rgb(101,227,132); }
H1.HeaderClassName
{
color: #65E384;
}
.AnyTagClassName
{
color: #65E384;
}
</style>
background-color css
<style>
a { background-color: #65E384; }
a { background-color: rgb(101,227,132); }
div.DivClassName
{
background-color: #65E384;
}
.BgClassName
{
background-color: #65E384;
}
</style>
border-color css
<style>
span { border-color: #65E384; }
span { border-color: rgb(101,227,132); }
td.TdClassName
{
border-color: #65E384;
}
.TagClassName
{
border-color: #65E384;
}
</style>