Shades of Pastel Green #6CDA75
Tints of Pastel Green #6CDA75
RGB
CMYK
RGB Variations
Color information
#6CDA75 (or 0x6CDA75) is known color: Pastel Green. HEX triplet: 6C, DA and 75. RGB value is (108,218,117). Sum of RGB (Red+Green+Blue) = 108+218+117=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDA75 is #93258A. Grayscale: #ADADAD. Windows color (decimal): -9643403 or 7723628. OLE color: 7723628.
HSL color Cylindrical-coordinate representation of color #6CDA75: hue angle of 124.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDA75 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 117 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.15 |
| HSL | 124.91º | 0.6% | 0.64% | - |
| HSV(B) | 124.91º | 0.5% | 0.85% | - |
| XYZ | 34.47 | 54.62 | 25.55 | - |
| YUV | 173.6 | 96.06 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 117 | 0.50 | 0 | 0.46 | 0.15 | 124.91 | 0.6 | 0.64 |
| Hex | 6C | DA | 75 | 32 | 0 | 2E | F | 7D | 3C | 40 |
| Octal | 154 | 332 | 165 | 62 | 0 | 56 | 17 | 175 | 74 | 100 |
| Binary | 1101100 | 11011010 | 1110101 | 110010 | 0 | 101110 | 1111 | 1111101 | 111100 | 1000000 |
Color Harmonies of #6CDA75
Complementary color
Monochromatic Colors of #6CDA75
Black with #6CDA75
Text Example
Text Example
White with #6CDA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA75; }
p { color: rgb(108,218,117); }
H1.HeaderClassName
{
color: #6CDA75;
}
.AnyTagClassName
{
color: #6CDA75;
}
</style>
background-color css
<style>
a { background-color: #6CDA75; }
a { background-color: rgb(108,218,117); }
div.DivClassName
{
background-color: #6CDA75;
}
.BgClassName
{
background-color: #6CDA75;
}
</style>
border-color css
<style>
span { border-color: #6CDA75; }
span { border-color: rgb(108,218,117); }
td.TdClassName
{
border-color: #6CDA75;
}
.TagClassName
{
border-color: #6CDA75;
}
</style>