Shades of Pastel Green #65DF70
Tints of Pastel Green #65DF70
RGB
CMYK
RGB Variations
Color information
#65DF70 (or 0x65DF70) is known color: Pastel Green. HEX triplet: 65, DF and 70. RGB value is (101,223,112). Sum of RGB (Red+Green+Blue) = 101+223+112=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF70 is #9A208F. Grayscale: #AEAEAE. Windows color (decimal): -10100880 or 7397221. OLE color: 7397221.
HSL color Cylindrical-coordinate representation of color #65DF70: hue angle of 125.41º 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 #65DF70 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 112 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.13 |
| HSL | 125.41º | 0.66% | 0.64% | - |
| HSV(B) | 125.41º | 0.55% | 0.87% | - |
| XYZ | 34.68 | 56.71 | 24.45 | - |
| YUV | 173.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 112 | 0.55 | 0 | 0.50 | 0.13 | 125.41 | 0.66 | 0.64 |
| Hex | 65 | DF | 70 | 37 | 0 | 32 | D | 7D | 42 | 40 |
| Octal | 145 | 337 | 160 | 67 | 0 | 62 | 15 | 175 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1110000 | 110111 | 0 | 110010 | 1101 | 1111101 | 1000010 | 1000000 |
Color Harmonies of #65DF70
Complementary color
Monochromatic Colors of #65DF70
Black with #65DF70
Text Example
Text Example
White with #65DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF70; }
p { color: rgb(101,223,112); }
H1.HeaderClassName
{
color: #65DF70;
}
.AnyTagClassName
{
color: #65DF70;
}
</style>
background-color css
<style>
a { background-color: #65DF70; }
a { background-color: rgb(101,223,112); }
div.DivClassName
{
background-color: #65DF70;
}
.BgClassName
{
background-color: #65DF70;
}
</style>
border-color css
<style>
span { border-color: #65DF70; }
span { border-color: rgb(101,223,112); }
td.TdClassName
{
border-color: #65DF70;
}
.TagClassName
{
border-color: #65DF70;
}
</style>