Shades of Pastel Green #65DF6C
Tints of Pastel Green #65DF6C
RGB
CMYK
RGB Variations
Color information
#65DF6C (or 0x65DF6C) is known color: Pastel Green. HEX triplet: 65, DF and 6C. RGB value is (101,223,108). Sum of RGB (Red+Green+Blue) = 101+223+108=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF6C is #9A2093. Grayscale: #ADADAD. Windows color (decimal): -10100884 or 7135077. OLE color: 7135077.
HSL color Cylindrical-coordinate representation of color #65DF6C: hue angle of 123.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DF6C is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 108 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.13 |
| HSL | 123.44º | 0.66% | 0.64% | - |
| HSV(B) | 123.44º | 0.55% | 0.87% | - |
| XYZ | 34.46 | 56.62 | 23.3 | - |
| YUV | 173.41 | 91.08 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 108 | 0.55 | 0 | 0.52 | 0.13 | 123.44 | 0.66 | 0.64 |
| Hex | 65 | DF | 6C | 37 | 0 | 34 | D | 7B | 42 | 40 |
| Octal | 145 | 337 | 154 | 67 | 0 | 64 | 15 | 173 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1101100 | 110111 | 0 | 110100 | 1101 | 1111011 | 1000010 | 1000000 |
Color Harmonies of #65DF6C
Complementary color
Monochromatic Colors of #65DF6C
Black with #65DF6C
Text Example
Text Example
White with #65DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF6C; }
p { color: rgb(101,223,108); }
H1.HeaderClassName
{
color: #65DF6C;
}
.AnyTagClassName
{
color: #65DF6C;
}
</style>
background-color css
<style>
a { background-color: #65DF6C; }
a { background-color: rgb(101,223,108); }
div.DivClassName
{
background-color: #65DF6C;
}
.BgClassName
{
background-color: #65DF6C;
}
</style>
border-color css
<style>
span { border-color: #65DF6C; }
span { border-color: rgb(101,223,108); }
td.TdClassName
{
border-color: #65DF6C;
}
.TagClassName
{
border-color: #65DF6C;
}
</style>