Shades of Pastel Green #65DF7A
Tints of Pastel Green #65DF7A
RGB
CMYK
RGB Variations
Color information
#65DF7A (or 0x65DF7A) is known color: Pastel Green. HEX triplet: 65, DF and 7A. RGB value is (101,223,122). Sum of RGB (Red+Green+Blue) = 101+223+122=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF7A is #9A2085. Grayscale: #AFAFAF. Windows color (decimal): -10100870 or 8052581. OLE color: 8052581.
HSL color Cylindrical-coordinate representation of color #65DF7A: hue angle of 130.33º 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 #65DF7A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 122 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.13 |
| HSL | 130.33º | 0.66% | 0.64% | - |
| HSV(B) | 130.33º | 0.55% | 0.87% | - |
| XYZ | 35.27 | 56.95 | 27.55 | - |
| YUV | 175.01 | 98.08 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 122 | 0.55 | 0 | 0.45 | 0.13 | 130.33 | 0.66 | 0.64 |
| Hex | 65 | DF | 7A | 37 | 0 | 2D | D | 82 | 42 | 40 |
| Octal | 145 | 337 | 172 | 67 | 0 | 55 | 15 | 202 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1111010 | 110111 | 0 | 101101 | 1101 | 10000010 | 1000010 | 1000000 |
Color Harmonies of #65DF7A
Complementary color
Monochromatic Colors of #65DF7A
Black with #65DF7A
Text Example
Text Example
White with #65DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF7A; }
p { color: rgb(101,223,122); }
H1.HeaderClassName
{
color: #65DF7A;
}
.AnyTagClassName
{
color: #65DF7A;
}
</style>
background-color css
<style>
a { background-color: #65DF7A; }
a { background-color: rgb(101,223,122); }
div.DivClassName
{
background-color: #65DF7A;
}
.BgClassName
{
background-color: #65DF7A;
}
</style>
border-color css
<style>
span { border-color: #65DF7A; }
span { border-color: rgb(101,223,122); }
td.TdClassName
{
border-color: #65DF7A;
}
.TagClassName
{
border-color: #65DF7A;
}
</style>