Shades of Pastel Green #65DF72
Tints of Pastel Green #65DF72
RGB
CMYK
RGB Variations
Color information
#65DF72 (or 0x65DF72) is known color: Pastel Green. HEX triplet: 65, DF and 72. RGB value is (101,223,114). Sum of RGB (Red+Green+Blue) = 101+223+114=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF72 is #9A208D. Grayscale: #AEAEAE. Windows color (decimal): -10100878 or 7528293. OLE color: 7528293.
HSL color Cylindrical-coordinate representation of color #65DF72: hue angle of 126.39º 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 #65DF72 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 114 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.13 |
| HSL | 126.39º | 0.66% | 0.64% | - |
| HSV(B) | 126.39º | 0.55% | 0.87% | - |
| XYZ | 34.79 | 56.76 | 25.04 | - |
| YUV | 174.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 114 | 0.55 | 0 | 0.49 | 0.13 | 126.39 | 0.66 | 0.64 |
| Hex | 65 | DF | 72 | 37 | 0 | 31 | D | 7E | 42 | 40 |
| Octal | 145 | 337 | 162 | 67 | 0 | 61 | 15 | 176 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1110010 | 110111 | 0 | 110001 | 1101 | 1111110 | 1000010 | 1000000 |
Color Harmonies of #65DF72
Complementary color
Monochromatic Colors of #65DF72
Black with #65DF72
Text Example
Text Example
White with #65DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF72; }
p { color: rgb(101,223,114); }
H1.HeaderClassName
{
color: #65DF72;
}
.AnyTagClassName
{
color: #65DF72;
}
</style>
background-color css
<style>
a { background-color: #65DF72; }
a { background-color: rgb(101,223,114); }
div.DivClassName
{
background-color: #65DF72;
}
.BgClassName
{
background-color: #65DF72;
}
</style>
border-color css
<style>
span { border-color: #65DF72; }
span { border-color: rgb(101,223,114); }
td.TdClassName
{
border-color: #65DF72;
}
.TagClassName
{
border-color: #65DF72;
}
</style>