Shades of Pastel Green #6CCD74
Tints of Pastel Green #6CCD74
RGB
CMYK
RGB Variations
Color information
#6CCD74 (or 0x6CCD74) is known color: Pastel Green. HEX triplet: 6C, CD and 74. RGB value is (108,205,116). Sum of RGB (Red+Green+Blue) = 108+205+116=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD74 is #93328B. Grayscale: #A6A6A6. Windows color (decimal): -9646732 or 7654764. OLE color: 7654764.
HSL color Cylindrical-coordinate representation of color #6CCD74: hue angle of 124.95º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCD74 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 116 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.20 |
| HSL | 124.95º | 0.49% | 0.61% | - |
| HSV(B) | 124.95º | 0.47% | 0.8% | - |
| XYZ | 31.17 | 48.11 | 24.17 | - |
| YUV | 165.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 116 | 0.47 | 0 | 0.43 | 0.20 | 124.95 | 0.49 | 0.61 |
| Hex | 6C | CD | 74 | 2F | 0 | 2B | 14 | 7D | 31 | 3D |
| Octal | 154 | 315 | 164 | 57 | 0 | 53 | 24 | 175 | 61 | 75 |
| Binary | 1101100 | 11001101 | 1110100 | 101111 | 0 | 101011 | 10100 | 1111101 | 110001 | 111101 |
Color Harmonies of #6CCD74
Complementary color
Monochromatic Colors of #6CCD74
Black with #6CCD74
Text Example
Text Example
White with #6CCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD74; }
p { color: rgb(108,205,116); }
H1.HeaderClassName
{
color: #6CCD74;
}
.AnyTagClassName
{
color: #6CCD74;
}
</style>
background-color css
<style>
a { background-color: #6CCD74; }
a { background-color: rgb(108,205,116); }
div.DivClassName
{
background-color: #6CCD74;
}
.BgClassName
{
background-color: #6CCD74;
}
</style>
border-color css
<style>
span { border-color: #6CCD74; }
span { border-color: rgb(108,205,116); }
td.TdClassName
{
border-color: #6CCD74;
}
.TagClassName
{
border-color: #6CCD74;
}
</style>