Shades of Pastel Green #65DF7F
Tints of Pastel Green #65DF7F
RGB
CMYK
RGB Variations
Color information
#65DF7F (or 0x65DF7F) is known color: Pastel Green. HEX triplet: 65, DF and 7F. RGB value is (101,223,127). Sum of RGB (Red+Green+Blue) = 101+223+127=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF7F is #9A2080. Grayscale: #AFAFAF. Windows color (decimal): -10100865 or 8380261. OLE color: 8380261.
HSL color Cylindrical-coordinate representation of color #65DF7F: hue angle of 132.79º 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 #65DF7F is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 127 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.13 |
| HSL | 132.79º | 0.66% | 0.64% | - |
| HSV(B) | 132.79º | 0.55% | 0.87% | - |
| XYZ | 35.59 | 57.07 | 29.22 | - |
| YUV | 175.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 127 | 0.55 | 0 | 0.43 | 0.13 | 132.79 | 0.66 | 0.64 |
| Hex | 65 | DF | 7F | 37 | 0 | 2B | D | 85 | 42 | 40 |
| Octal | 145 | 337 | 177 | 67 | 0 | 53 | 15 | 205 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1111111 | 110111 | 0 | 101011 | 1101 | 10000101 | 1000010 | 1000000 |
Color Harmonies of #65DF7F
Complementary color
Monochromatic Colors of #65DF7F
Black with #65DF7F
Text Example
Text Example
White with #65DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF7F; }
p { color: rgb(101,223,127); }
H1.HeaderClassName
{
color: #65DF7F;
}
.AnyTagClassName
{
color: #65DF7F;
}
</style>
background-color css
<style>
a { background-color: #65DF7F; }
a { background-color: rgb(101,223,127); }
div.DivClassName
{
background-color: #65DF7F;
}
.BgClassName
{
background-color: #65DF7F;
}
</style>
border-color css
<style>
span { border-color: #65DF7F; }
span { border-color: rgb(101,223,127); }
td.TdClassName
{
border-color: #65DF7F;
}
.TagClassName
{
border-color: #65DF7F;
}
</style>