Shades of Pastel Green #65D768
Tints of Pastel Green #65D768
RGB
CMYK
RGB Variations
Color information
#65D768 (or 0x65D768) is known color: Pastel Green. HEX triplet: 65, D7 and 68. RGB value is (101,215,104). Sum of RGB (Red+Green+Blue) = 101+215+104=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #65D768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D768 is #9A2897. Grayscale: #A8A8A8. Windows color (decimal): -10102936 or 6870885. OLE color: 6870885.
HSL color Cylindrical-coordinate representation of color #65D768: hue angle of 121.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D768 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 104 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.16 |
| HSL | 121.58º | 0.59% | 0.62% | - |
| HSV(B) | 121.58º | 0.53% | 0.84% | - |
| XYZ | 32.17 | 52.37 | 21.51 | - |
| YUV | 168.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 104 | 0.53 | 0 | 0.52 | 0.16 | 121.58 | 0.59 | 0.62 |
| Hex | 65 | D7 | 68 | 35 | 0 | 34 | 10 | 7A | 3B | 3E |
| Octal | 145 | 327 | 150 | 65 | 0 | 64 | 20 | 172 | 73 | 76 |
| Binary | 1100101 | 11010111 | 1101000 | 110101 | 0 | 110100 | 10000 | 1111010 | 111011 | 111110 |
Color Harmonies of #65D768
Complementary color
Monochromatic Colors of #65D768
Black with #65D768
Text Example
Text Example
White with #65D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D768; }
p { color: rgb(101,215,104); }
H1.HeaderClassName
{
color: #65D768;
}
.AnyTagClassName
{
color: #65D768;
}
</style>
background-color css
<style>
a { background-color: #65D768; }
a { background-color: rgb(101,215,104); }
div.DivClassName
{
background-color: #65D768;
}
.BgClassName
{
background-color: #65D768;
}
</style>
border-color css
<style>
span { border-color: #65D768; }
span { border-color: rgb(101,215,104); }
td.TdClassName
{
border-color: #65D768;
}
.TagClassName
{
border-color: #65D768;
}
</style>