Shades of Pastel Green #6CD385
Tints of Pastel Green #6CD385
RGB
CMYK
RGB Variations
Color information
#6CD385 (or 0x6CD385) is known color: Pastel Green. HEX triplet: 6C, D3 and 85. RGB value is (108,211,133). Sum of RGB (Red+Green+Blue) = 108+211+133=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD385 is #932C7A. Grayscale: #ABABAB. Windows color (decimal): -9645179 or 8770412. OLE color: 8770412.
HSL color Cylindrical-coordinate representation of color #6CD385: hue angle of 134.56º 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 #6CD385 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 133 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.17 |
| HSL | 134.56º | 0.54% | 0.63% | - |
| HSV(B) | 134.56º | 0.49% | 0.83% | - |
| XYZ | 33.71 | 51.47 | 30.35 | - |
| YUV | 171.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 133 | 0.49 | 0 | 0.37 | 0.17 | 134.56 | 0.54 | 0.63 |
| Hex | 6C | D3 | 85 | 31 | 0 | 25 | 11 | 87 | 36 | 3F |
| Octal | 154 | 323 | 205 | 61 | 0 | 45 | 21 | 207 | 66 | 77 |
| Binary | 1101100 | 11010011 | 10000101 | 110001 | 0 | 100101 | 10001 | 10000111 | 110110 | 111111 |
Color Harmonies of #6CD385
Complementary color
Monochromatic Colors of #6CD385
Black with #6CD385
Text Example
Text Example
White with #6CD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD385; }
p { color: rgb(108,211,133); }
H1.HeaderClassName
{
color: #6CD385;
}
.AnyTagClassName
{
color: #6CD385;
}
</style>
background-color css
<style>
a { background-color: #6CD385; }
a { background-color: rgb(108,211,133); }
div.DivClassName
{
background-color: #6CD385;
}
.BgClassName
{
background-color: #6CD385;
}
</style>
border-color css
<style>
span { border-color: #6CD385; }
span { border-color: rgb(108,211,133); }
td.TdClassName
{
border-color: #6CD385;
}
.TagClassName
{
border-color: #6CD385;
}
</style>