Shades of Pastel Green #65DF68
Tints of Pastel Green #65DF68
RGB
CMYK
RGB Variations
Color information
#65DF68 (or 0x65DF68) is known color: Pastel Green. HEX triplet: 65, DF and 68. RGB value is (101,223,104). Sum of RGB (Red+Green+Blue) = 101+223+104=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF68 is #9A2097. Grayscale: #ADADAD. Windows color (decimal): -10100888 or 6872933. OLE color: 6872933.
HSL color Cylindrical-coordinate representation of color #65DF68: hue angle of 121.48º 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 #65DF68 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 104 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.13 |
| HSL | 121.48º | 0.66% | 0.64% | - |
| HSV(B) | 121.48º | 0.55% | 0.87% | - |
| XYZ | 34.25 | 56.54 | 22.2 | - |
| YUV | 172.96 | 89.08 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 104 | 0.55 | 0 | 0.53 | 0.13 | 121.48 | 0.66 | 0.64 |
| Hex | 65 | DF | 68 | 37 | 0 | 35 | D | 79 | 42 | 40 |
| Octal | 145 | 337 | 150 | 67 | 0 | 65 | 15 | 171 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1101000 | 110111 | 0 | 110101 | 1101 | 1111001 | 1000010 | 1000000 |
Color Harmonies of #65DF68
Complementary color
Monochromatic Colors of #65DF68
Black with #65DF68
Text Example
Text Example
White with #65DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF68; }
p { color: rgb(101,223,104); }
H1.HeaderClassName
{
color: #65DF68;
}
.AnyTagClassName
{
color: #65DF68;
}
</style>
background-color css
<style>
a { background-color: #65DF68; }
a { background-color: rgb(101,223,104); }
div.DivClassName
{
background-color: #65DF68;
}
.BgClassName
{
background-color: #65DF68;
}
</style>
border-color css
<style>
span { border-color: #65DF68; }
span { border-color: rgb(101,223,104); }
td.TdClassName
{
border-color: #65DF68;
}
.TagClassName
{
border-color: #65DF68;
}
</style>