Shades of Pastel Green #65EF8B
Tints of Pastel Green #65EF8B
RGB
CMYK
RGB Variations
Color information
#65EF8B (or 0x65EF8B) is known color: Pastel Green. HEX triplet: 65, EF and 8B. RGB value is (101,239,139). Sum of RGB (Red+Green+Blue) = 101+239+139=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EF8B is #9A1074. Grayscale: #BABABA. Windows color (decimal): -10096757 or 9170789. OLE color: 9170789.
HSL color Cylindrical-coordinate representation of color #65EF8B: hue angle of 136.52º 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 #65EF8B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 139 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.06 |
| HSL | 136.52º | 0.81% | 0.67% | - |
| HSV(B) | 136.52º | 0.58% | 0.94% | - |
| XYZ | 40.89 | 66.36 | 35.08 | - |
| YUV | 186.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 139 | 0.58 | 0 | 0.42 | 0.06 | 136.52 | 0.81 | 0.67 |
| Hex | 65 | EF | 8B | 3A | 0 | 2A | 6 | 89 | 51 | 43 |
| Octal | 145 | 357 | 213 | 72 | 0 | 52 | 6 | 211 | 121 | 103 |
| Binary | 1100101 | 11101111 | 10001011 | 111010 | 0 | 101010 | 110 | 10001001 | 1010001 | 1000011 |
Color Harmonies of #65EF8B
Complementary color
Monochromatic Colors of #65EF8B
Black with #65EF8B
Text Example
Text Example
White with #65EF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF8B; }
p { color: rgb(101,239,139); }
H1.HeaderClassName
{
color: #65EF8B;
}
.AnyTagClassName
{
color: #65EF8B;
}
</style>
background-color css
<style>
a { background-color: #65EF8B; }
a { background-color: rgb(101,239,139); }
div.DivClassName
{
background-color: #65EF8B;
}
.BgClassName
{
background-color: #65EF8B;
}
</style>
border-color css
<style>
span { border-color: #65EF8B; }
span { border-color: rgb(101,239,139); }
td.TdClassName
{
border-color: #65EF8B;
}
.TagClassName
{
border-color: #65EF8B;
}
</style>