Shades of Pastel Green #6CD375
Tints of Pastel Green #6CD375
RGB
CMYK
RGB Variations
Color information
#6CD375 (or 0x6CD375) is known color: Pastel Green. HEX triplet: 6C, D3 and 75. RGB value is (108,211,117). Sum of RGB (Red+Green+Blue) = 108+211+117=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD375 is #932C8A. Grayscale: #A9A9A9. Windows color (decimal): -9645195 or 7721836. OLE color: 7721836.
HSL color Cylindrical-coordinate representation of color #6CD375: hue angle of 125.24º 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 #6CD375 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 117 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.17 |
| HSL | 125.24º | 0.54% | 0.63% | - |
| HSV(B) | 125.24º | 0.49% | 0.83% | - |
| XYZ | 32.69 | 51.06 | 24.96 | - |
| YUV | 169.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 117 | 0.49 | 0 | 0.45 | 0.17 | 125.24 | 0.54 | 0.63 |
| Hex | 6C | D3 | 75 | 31 | 0 | 2D | 11 | 7D | 36 | 3F |
| Octal | 154 | 323 | 165 | 61 | 0 | 55 | 21 | 175 | 66 | 77 |
| Binary | 1101100 | 11010011 | 1110101 | 110001 | 0 | 101101 | 10001 | 1111101 | 110110 | 111111 |
Color Harmonies of #6CD375
Complementary color
Monochromatic Colors of #6CD375
Black with #6CD375
Text Example
Text Example
White with #6CD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD375; }
p { color: rgb(108,211,117); }
H1.HeaderClassName
{
color: #6CD375;
}
.AnyTagClassName
{
color: #6CD375;
}
</style>
background-color css
<style>
a { background-color: #6CD375; }
a { background-color: rgb(108,211,117); }
div.DivClassName
{
background-color: #6CD375;
}
.BgClassName
{
background-color: #6CD375;
}
</style>
border-color css
<style>
span { border-color: #6CD375; }
span { border-color: rgb(108,211,117); }
td.TdClassName
{
border-color: #6CD375;
}
.TagClassName
{
border-color: #6CD375;
}
</style>