Shades of Pastel Green #65D574
Tints of Pastel Green #65D574
RGB
CMYK
RGB Variations
Color information
#65D574 (or 0x65D574) is known color: Pastel Green. HEX triplet: 65, D5 and 74. RGB value is (101,213,116). Sum of RGB (Red+Green+Blue) = 101+213+116=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #65D574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D574 is #9A2A8B. Grayscale: #A8A8A8. Windows color (decimal): -10103436 or 7656805. OLE color: 7656805.
HSL color Cylindrical-coordinate representation of color #65D574: hue angle of 128.04º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D574 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 116 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.16 |
| HSL | 128.04º | 0.57% | 0.62% | - |
| HSV(B) | 128.04º | 0.53% | 0.84% | - |
| XYZ | 32.31 | 51.62 | 24.78 | - |
| YUV | 168.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 116 | 0.53 | 0 | 0.46 | 0.16 | 128.04 | 0.57 | 0.62 |
| Hex | 65 | D5 | 74 | 35 | 0 | 2E | 10 | 80 | 39 | 3E |
| Octal | 145 | 325 | 164 | 65 | 0 | 56 | 20 | 200 | 71 | 76 |
| Binary | 1100101 | 11010101 | 1110100 | 110101 | 0 | 101110 | 10000 | 10000000 | 111001 | 111110 |
Color Harmonies of #65D574
Complementary color
Monochromatic Colors of #65D574
Black with #65D574
Text Example
Text Example
White with #65D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D574; }
p { color: rgb(101,213,116); }
H1.HeaderClassName
{
color: #65D574;
}
.AnyTagClassName
{
color: #65D574;
}
</style>
background-color css
<style>
a { background-color: #65D574; }
a { background-color: rgb(101,213,116); }
div.DivClassName
{
background-color: #65D574;
}
.BgClassName
{
background-color: #65D574;
}
</style>
border-color css
<style>
span { border-color: #65D574; }
span { border-color: rgb(101,213,116); }
td.TdClassName
{
border-color: #65D574;
}
.TagClassName
{
border-color: #65D574;
}
</style>