Shades of Pastel Green #6DE165
Tints of Pastel Green #6DE165
RGB
CMYK
RGB Variations
Color information
#6DE165 (or 0x6DE165) is known color: Pastel Green. HEX triplet: 6D, E1 and 65. RGB value is (109,225,101). Sum of RGB (Red+Green+Blue) = 109+225+101=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DE165 is #921E9A. Grayscale: #B0B0B0. Windows color (decimal): -9576091 or 6676845. OLE color: 6676845.
HSL color Cylindrical-coordinate representation of color #6DE165: hue angle of 116.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DE165 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 225 | 101 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.12 |
| HSL | 116.13º | 0.67% | 0.64% | - |
| HSV(B) | 116.13º | 0.55% | 0.88% | - |
| XYZ | 35.58 | 58.04 | 21.64 | - |
| YUV | 176.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 225 | 101 | 0.52 | 0 | 0.55 | 0.12 | 116.13 | 0.67 | 0.64 |
| Hex | 6D | E1 | 65 | 34 | 0 | 37 | C | 74 | 43 | 40 |
| Octal | 155 | 341 | 145 | 64 | 0 | 67 | 14 | 164 | 103 | 100 |
| Binary | 1101101 | 11100001 | 1100101 | 110100 | 0 | 110111 | 1100 | 1110100 | 1000011 | 1000000 |
Color Harmonies of #6DE165
Complementary color
Monochromatic Colors of #6DE165
Black with #6DE165
Text Example
Text Example
White with #6DE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE165; }
p { color: rgb(109,225,101); }
H1.HeaderClassName
{
color: #6DE165;
}
.AnyTagClassName
{
color: #6DE165;
}
</style>
background-color css
<style>
a { background-color: #6DE165; }
a { background-color: rgb(109,225,101); }
div.DivClassName
{
background-color: #6DE165;
}
.BgClassName
{
background-color: #6DE165;
}
</style>
border-color css
<style>
span { border-color: #6DE165; }
span { border-color: rgb(109,225,101); }
td.TdClassName
{
border-color: #6DE165;
}
.TagClassName
{
border-color: #6DE165;
}
</style>