Shades of Pastel Green #65DA68
Tints of Pastel Green #65DA68
RGB
CMYK
RGB Variations
Color information
#65DA68 (or 0x65DA68) is known color: Pastel Green. HEX triplet: 65, DA and 68. RGB value is (101,218,104). Sum of RGB (Red+Green+Blue) = 101+218+104=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DA68 is #9A2597. Grayscale: #AAAAAA. Windows color (decimal): -10102168 or 6871653. OLE color: 6871653.
HSL color Cylindrical-coordinate representation of color #65DA68: hue angle of 121.54º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DA68 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 104 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.15 |
| HSL | 121.54º | 0.61% | 0.63% | - |
| HSV(B) | 121.54º | 0.54% | 0.85% | - |
| XYZ | 32.94 | 53.91 | 21.77 | - |
| YUV | 170.02 | 90.74 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 104 | 0.54 | 0 | 0.52 | 0.15 | 121.54 | 0.61 | 0.63 |
| Hex | 65 | DA | 68 | 36 | 0 | 34 | F | 7A | 3D | 3F |
| Octal | 145 | 332 | 150 | 66 | 0 | 64 | 17 | 172 | 75 | 77 |
| Binary | 1100101 | 11011010 | 1101000 | 110110 | 0 | 110100 | 1111 | 1111010 | 111101 | 111111 |
Color Harmonies of #65DA68
Complementary color
Monochromatic Colors of #65DA68
Black with #65DA68
Text Example
Text Example
White with #65DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA68; }
p { color: rgb(101,218,104); }
H1.HeaderClassName
{
color: #65DA68;
}
.AnyTagClassName
{
color: #65DA68;
}
</style>
background-color css
<style>
a { background-color: #65DA68; }
a { background-color: rgb(101,218,104); }
div.DivClassName
{
background-color: #65DA68;
}
.BgClassName
{
background-color: #65DA68;
}
</style>
border-color css
<style>
span { border-color: #65DA68; }
span { border-color: rgb(101,218,104); }
td.TdClassName
{
border-color: #65DA68;
}
.TagClassName
{
border-color: #65DA68;
}
</style>