Shades of Pastel Green #65EF80
Tints of Pastel Green #65EF80
RGB
CMYK
RGB Variations
Color information
#65EF80 (or 0x65EF80) is known color: Pastel Green. HEX triplet: 65, EF and 80. RGB value is (101,239,128). Sum of RGB (Red+Green+Blue) = 101+239+128=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EF80 is #9A107F. Grayscale: #B9B9B9. Windows color (decimal): -10096768 or 8449893. OLE color: 8449893.
HSL color Cylindrical-coordinate representation of color #65EF80: hue angle of 131.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EF80 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 128 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.06 |
| HSL | 131.74º | 0.81% | 0.67% | - |
| HSV(B) | 131.74º | 0.58% | 0.94% | - |
| XYZ | 40.13 | 66.06 | 31.06 | - |
| YUV | 185.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 128 | 0.58 | 0 | 0.46 | 0.06 | 131.74 | 0.81 | 0.67 |
| Hex | 65 | EF | 80 | 3A | 0 | 2E | 6 | 84 | 51 | 43 |
| Octal | 145 | 357 | 200 | 72 | 0 | 56 | 6 | 204 | 121 | 103 |
| Binary | 1100101 | 11101111 | 10000000 | 111010 | 0 | 101110 | 110 | 10000100 | 1010001 | 1000011 |
Color Harmonies of #65EF80
Complementary color
Monochromatic Colors of #65EF80
Black with #65EF80
Text Example
Text Example
White with #65EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF80; }
p { color: rgb(101,239,128); }
H1.HeaderClassName
{
color: #65EF80;
}
.AnyTagClassName
{
color: #65EF80;
}
</style>
background-color css
<style>
a { background-color: #65EF80; }
a { background-color: rgb(101,239,128); }
div.DivClassName
{
background-color: #65EF80;
}
.BgClassName
{
background-color: #65EF80;
}
</style>
border-color css
<style>
span { border-color: #65EF80; }
span { border-color: rgb(101,239,128); }
td.TdClassName
{
border-color: #65EF80;
}
.TagClassName
{
border-color: #65EF80;
}
</style>