Shades of Pastel Green #6DD484
Tints of Pastel Green #6DD484
RGB
CMYK
RGB Variations
Color information
#6DD484 (or 0x6DD484) is known color: Pastel Green. HEX triplet: 6D, D4 and 84. RGB value is (109,212,132). Sum of RGB (Red+Green+Blue) = 109+212+132=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD484 is #922B7B. Grayscale: #ACACAC. Windows color (decimal): -9579388 or 8705133. OLE color: 8705133.
HSL color Cylindrical-coordinate representation of color #6DD484: hue angle of 133.4º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD484 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 212 | 132 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.17 |
| HSL | 133.4º | 0.54% | 0.63% | - |
| HSV(B) | 133.4º | 0.49% | 0.83% | - |
| XYZ | 34.02 | 52 | 30.07 | - |
| YUV | 172.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 132 | 0.49 | 0 | 0.38 | 0.17 | 133.4 | 0.54 | 0.63 |
| Hex | 6D | D4 | 84 | 31 | 0 | 26 | 11 | 85 | 36 | 3F |
| Octal | 155 | 324 | 204 | 61 | 0 | 46 | 21 | 205 | 66 | 77 |
| Binary | 1101101 | 11010100 | 10000100 | 110001 | 0 | 100110 | 10001 | 10000101 | 110110 | 111111 |
Color Harmonies of #6DD484
Complementary color
Monochromatic Colors of #6DD484
Black with #6DD484
Text Example
Text Example
White with #6DD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD484; }
p { color: rgb(109,212,132); }
H1.HeaderClassName
{
color: #6DD484;
}
.AnyTagClassName
{
color: #6DD484;
}
</style>
background-color css
<style>
a { background-color: #6DD484; }
a { background-color: rgb(109,212,132); }
div.DivClassName
{
background-color: #6DD484;
}
.BgClassName
{
background-color: #6DD484;
}
</style>
border-color css
<style>
span { border-color: #6DD484; }
span { border-color: rgb(109,212,132); }
td.TdClassName
{
border-color: #6DD484;
}
.TagClassName
{
border-color: #6DD484;
}
</style>