Shades of Pastel Green #6DD365
Tints of Pastel Green #6DD365
RGB
CMYK
RGB Variations
Color information
#6DD365 (or 0x6DD365) is known color: Pastel Green. HEX triplet: 6D, D3 and 65. RGB value is (109,211,101). Sum of RGB (Red+Green+Blue) = 109+211+101=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD365 is #922C9A. Grayscale: #A8A8A8. Windows color (decimal): -9579675 or 6673261. OLE color: 6673261.
HSL color Cylindrical-coordinate representation of color #6DD365: hue angle of 115.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DD365 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 211 | 101 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.17 |
| HSL | 115.64º | 0.56% | 0.61% | - |
| HSV(B) | 115.64º | 0.52% | 0.83% | - |
| XYZ | 31.95 | 50.78 | 20.43 | - |
| YUV | 167.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 211 | 101 | 0.48 | 0 | 0.52 | 0.17 | 115.64 | 0.56 | 0.61 |
| Hex | 6D | D3 | 65 | 30 | 0 | 34 | 11 | 74 | 38 | 3D |
| Octal | 155 | 323 | 145 | 60 | 0 | 64 | 21 | 164 | 70 | 75 |
| Binary | 1101101 | 11010011 | 1100101 | 110000 | 0 | 110100 | 10001 | 1110100 | 111000 | 111101 |
Color Harmonies of #6DD365
Complementary color
Monochromatic Colors of #6DD365
Black with #6DD365
Text Example
Text Example
White with #6DD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD365; }
p { color: rgb(109,211,101); }
H1.HeaderClassName
{
color: #6DD365;
}
.AnyTagClassName
{
color: #6DD365;
}
</style>
background-color css
<style>
a { background-color: #6DD365; }
a { background-color: rgb(109,211,101); }
div.DivClassName
{
background-color: #6DD365;
}
.BgClassName
{
background-color: #6DD365;
}
</style>
border-color css
<style>
span { border-color: #6DD365; }
span { border-color: rgb(109,211,101); }
td.TdClassName
{
border-color: #6DD365;
}
.TagClassName
{
border-color: #6DD365;
}
</style>