Shades of Pastel Green #65D275
Tints of Pastel Green #65D275
RGB
CMYK
RGB Variations
Color information
#65D275 (or 0x65D275) is known color: Pastel Green. HEX triplet: 65, D2 and 75. RGB value is (101,210,117). Sum of RGB (Red+Green+Blue) = 101+210+117=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #65D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D275 is #9A2D8A. Grayscale: #A7A7A7. Windows color (decimal): -10104203 or 7721573. OLE color: 7721573.
HSL color Cylindrical-coordinate representation of color #65D275: hue angle of 128.81º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D275 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 117 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.18 |
| HSL | 128.81º | 0.55% | 0.61% | - |
| HSV(B) | 128.81º | 0.52% | 0.82% | - |
| XYZ | 31.62 | 50.14 | 24.84 | - |
| YUV | 166.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 117 | 0.52 | 0 | 0.44 | 0.18 | 128.81 | 0.55 | 0.61 |
| Hex | 65 | D2 | 75 | 34 | 0 | 2C | 12 | 81 | 37 | 3D |
| Octal | 145 | 322 | 165 | 64 | 0 | 54 | 22 | 201 | 67 | 75 |
| Binary | 1100101 | 11010010 | 1110101 | 110100 | 0 | 101100 | 10010 | 10000001 | 110111 | 111101 |
Color Harmonies of #65D275
Complementary color
Monochromatic Colors of #65D275
Black with #65D275
Text Example
Text Example
White with #65D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D275; }
p { color: rgb(101,210,117); }
H1.HeaderClassName
{
color: #65D275;
}
.AnyTagClassName
{
color: #65D275;
}
</style>
background-color css
<style>
a { background-color: #65D275; }
a { background-color: rgb(101,210,117); }
div.DivClassName
{
background-color: #65D275;
}
.BgClassName
{
background-color: #65D275;
}
</style>
border-color css
<style>
span { border-color: #65D275; }
span { border-color: rgb(101,210,117); }
td.TdClassName
{
border-color: #65D275;
}
.TagClassName
{
border-color: #65D275;
}
</style>