Shades of Pastel Green #65D75D
Tints of Pastel Green #65D75D
RGB
CMYK
RGB Variations
Color information
#65D75D (or 0x65D75D) is known color: Pastel Green. HEX triplet: 65, D7 and 5D. RGB value is (101,215,93). Sum of RGB (Red+Green+Blue) = 101+215+93=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #65D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D75D is #9A28A2. Grayscale: #A7A7A7. Windows color (decimal): -10102947 or 6149989. OLE color: 6149989.
HSL color Cylindrical-coordinate representation of color #65D75D: hue angle of 116.07º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D75D is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 93 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.16 |
| HSL | 116.07º | 0.6% | 0.6% | - |
| HSV(B) | 116.07º | 0.57% | 0.84% | - |
| XYZ | 31.64 | 52.16 | 18.76 | - |
| YUV | 167.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 93 | 0.53 | 0 | 0.57 | 0.16 | 116.07 | 0.6 | 0.6 |
| Hex | 65 | D7 | 5D | 35 | 0 | 39 | 10 | 74 | 3C | 3C |
| Octal | 145 | 327 | 135 | 65 | 0 | 71 | 20 | 164 | 74 | 74 |
| Binary | 1100101 | 11010111 | 1011101 | 110101 | 0 | 111001 | 10000 | 1110100 | 111100 | 111100 |
Color Harmonies of #65D75D
Complementary color
Monochromatic Colors of #65D75D
Black with #65D75D
Text Example
Text Example
White with #65D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D75D; }
p { color: rgb(101,215,93); }
H1.HeaderClassName
{
color: #65D75D;
}
.AnyTagClassName
{
color: #65D75D;
}
</style>
background-color css
<style>
a { background-color: #65D75D; }
a { background-color: rgb(101,215,93); }
div.DivClassName
{
background-color: #65D75D;
}
.BgClassName
{
background-color: #65D75D;
}
</style>
border-color css
<style>
span { border-color: #65D75D; }
span { border-color: rgb(101,215,93); }
td.TdClassName
{
border-color: #65D75D;
}
.TagClassName
{
border-color: #65D75D;
}
</style>