Shades of Pastel Green #65DF7B
Tints of Pastel Green #65DF7B
RGB
CMYK
RGB Variations
Color information
#65DF7B (or 0x65DF7B) is known color: Pastel Green. HEX triplet: 65, DF and 7B. RGB value is (101,223,123). Sum of RGB (Red+Green+Blue) = 101+223+123=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF7B is #9A2084. Grayscale: #AFAFAF. Windows color (decimal): -10100869 or 8118117. OLE color: 8118117.
HSL color Cylindrical-coordinate representation of color #65DF7B: hue angle of 130.82º 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 #65DF7B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 123 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.13 |
| HSL | 130.82º | 0.66% | 0.64% | - |
| HSV(B) | 130.82º | 0.55% | 0.87% | - |
| XYZ | 35.33 | 56.97 | 27.87 | - |
| YUV | 175.12 | 98.58 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 123 | 0.55 | 0 | 0.45 | 0.13 | 130.82 | 0.66 | 0.64 |
| Hex | 65 | DF | 7B | 37 | 0 | 2D | D | 83 | 42 | 40 |
| Octal | 145 | 337 | 173 | 67 | 0 | 55 | 15 | 203 | 102 | 100 |
| Binary | 1100101 | 11011111 | 1111011 | 110111 | 0 | 101101 | 1101 | 10000011 | 1000010 | 1000000 |
Color Harmonies of #65DF7B
Complementary color
Monochromatic Colors of #65DF7B
Black with #65DF7B
Text Example
Text Example
White with #65DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF7B; }
p { color: rgb(101,223,123); }
H1.HeaderClassName
{
color: #65DF7B;
}
.AnyTagClassName
{
color: #65DF7B;
}
</style>
background-color css
<style>
a { background-color: #65DF7B; }
a { background-color: rgb(101,223,123); }
div.DivClassName
{
background-color: #65DF7B;
}
.BgClassName
{
background-color: #65DF7B;
}
</style>
border-color css
<style>
span { border-color: #65DF7B; }
span { border-color: rgb(101,223,123); }
td.TdClassName
{
border-color: #65DF7B;
}
.TagClassName
{
border-color: #65DF7B;
}
</style>