Shades of Pastel Green #6DD462
Tints of Pastel Green #6DD462
RGB
CMYK
RGB Variations
Color information
#6DD462 (or 0x6DD462) is known color: Pastel Green. HEX triplet: 6D, D4 and 62. RGB value is (109,212,98). Sum of RGB (Red+Green+Blue) = 109+212+98=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD462 is #922B9D. Grayscale: #A8A8A8. Windows color (decimal): -9579422 or 6476909. OLE color: 6476909.
HSL color Cylindrical-coordinate representation of color #6DD462: hue angle of 114.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DD462 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 212 | 98 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.17 |
| HSL | 114.21º | 0.57% | 0.61% | - |
| HSV(B) | 114.21º | 0.54% | 0.83% | - |
| XYZ | 32.05 | 51.22 | 19.75 | - |
| YUV | 168.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 98 | 0.49 | 0 | 0.54 | 0.17 | 114.21 | 0.57 | 0.61 |
| Hex | 6D | D4 | 62 | 31 | 0 | 36 | 11 | 72 | 39 | 3D |
| Octal | 155 | 324 | 142 | 61 | 0 | 66 | 21 | 162 | 71 | 75 |
| Binary | 1101101 | 11010100 | 1100010 | 110001 | 0 | 110110 | 10001 | 1110010 | 111001 | 111101 |
Color Harmonies of #6DD462
Complementary color
Monochromatic Colors of #6DD462
Black with #6DD462
Text Example
Text Example
White with #6DD462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD462; }
p { color: rgb(109,212,98); }
H1.HeaderClassName
{
color: #6DD462;
}
.AnyTagClassName
{
color: #6DD462;
}
</style>
background-color css
<style>
a { background-color: #6DD462; }
a { background-color: rgb(109,212,98); }
div.DivClassName
{
background-color: #6DD462;
}
.BgClassName
{
background-color: #6DD462;
}
</style>
border-color css
<style>
span { border-color: #6DD462; }
span { border-color: rgb(109,212,98); }
td.TdClassName
{
border-color: #6DD462;
}
.TagClassName
{
border-color: #6DD462;
}
</style>