Shades of Pastel Green #65DF82
Tints of Pastel Green #65DF82
RGB
CMYK
RGB Variations
Color information
#65DF82 (or 0x65DF82) is known color: Pastel Green. HEX triplet: 65, DF and 82. RGB value is (101,223,130). Sum of RGB (Red+Green+Blue) = 101+223+130=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DF82 is #9A207D. Grayscale: #B0B0B0. Windows color (decimal): -10100862 or 8576869. OLE color: 8576869.
HSL color Cylindrical-coordinate representation of color #65DF82: hue angle of 134.26º 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 #65DF82 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 130 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.13 |
| HSL | 134.26º | 0.66% | 0.64% | - |
| HSV(B) | 134.26º | 0.55% | 0.87% | - |
| XYZ | 35.78 | 57.15 | 30.26 | - |
| YUV | 175.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 130 | 0.55 | 0 | 0.42 | 0.13 | 134.26 | 0.66 | 0.64 |
| Hex | 65 | DF | 82 | 37 | 0 | 2A | D | 86 | 42 | 40 |
| Octal | 145 | 337 | 202 | 67 | 0 | 52 | 15 | 206 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10000010 | 110111 | 0 | 101010 | 1101 | 10000110 | 1000010 | 1000000 |
Color Harmonies of #65DF82
Complementary color
Monochromatic Colors of #65DF82
Black with #65DF82
Text Example
Text Example
White with #65DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF82; }
p { color: rgb(101,223,130); }
H1.HeaderClassName
{
color: #65DF82;
}
.AnyTagClassName
{
color: #65DF82;
}
</style>
background-color css
<style>
a { background-color: #65DF82; }
a { background-color: rgb(101,223,130); }
div.DivClassName
{
background-color: #65DF82;
}
.BgClassName
{
background-color: #65DF82;
}
</style>
border-color css
<style>
span { border-color: #65DF82; }
span { border-color: rgb(101,223,130); }
td.TdClassName
{
border-color: #65DF82;
}
.TagClassName
{
border-color: #65DF82;
}
</style>