Shades of Pastel Green #65D168
Tints of Pastel Green #65D168
RGB
CMYK
RGB Variations
Color information
#65D168 (or 0x65D168) is known color: Pastel Green. HEX triplet: 65, D1 and 68. RGB value is (101,209,104). Sum of RGB (Red+Green+Blue) = 101+209+104=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #65D168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D168 is #9A2E97. Grayscale: #A5A5A5. Windows color (decimal): -10104472 or 6869349. OLE color: 6869349.
HSL color Cylindrical-coordinate representation of color #65D168: hue angle of 121.67º degrees, saturation: 0.54, 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 #65D168 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 209 | 104 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.18 |
| HSL | 121.67º | 0.54% | 0.61% | - |
| HSV(B) | 121.67º | 0.52% | 0.82% | - |
| XYZ | 30.67 | 49.37 | 21.01 | - |
| YUV | 164.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 209 | 104 | 0.52 | 0 | 0.50 | 0.18 | 121.67 | 0.54 | 0.61 |
| Hex | 65 | D1 | 68 | 34 | 0 | 32 | 12 | 7A | 36 | 3D |
| Octal | 145 | 321 | 150 | 64 | 0 | 62 | 22 | 172 | 66 | 75 |
| Binary | 1100101 | 11010001 | 1101000 | 110100 | 0 | 110010 | 10010 | 1111010 | 110110 | 111101 |
Color Harmonies of #65D168
Complementary color
Monochromatic Colors of #65D168
Black with #65D168
Text Example
Text Example
White with #65D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D168; }
p { color: rgb(101,209,104); }
H1.HeaderClassName
{
color: #65D168;
}
.AnyTagClassName
{
color: #65D168;
}
</style>
background-color css
<style>
a { background-color: #65D168; }
a { background-color: rgb(101,209,104); }
div.DivClassName
{
background-color: #65D168;
}
.BgClassName
{
background-color: #65D168;
}
</style>
border-color css
<style>
span { border-color: #65D168; }
span { border-color: rgb(101,209,104); }
td.TdClassName
{
border-color: #65D168;
}
.TagClassName
{
border-color: #65D168;
}
</style>