Shades of Pastel Green #6CCC74
Tints of Pastel Green #6CCC74
RGB
CMYK
RGB Variations
Color information
#6CCC74 (or 0x6CCC74) is known color: Pastel Green. HEX triplet: 6C, CC and 74. RGB value is (108,204,116). Sum of RGB (Red+Green+Blue) = 108+204+116=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC74 is #93338B. Grayscale: #A5A5A5. Windows color (decimal): -9646988 or 7654508. OLE color: 7654508.
HSL color Cylindrical-coordinate representation of color #6CCC74: hue angle of 125º degrees, saturation: 0.48, 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 #6CCC74 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 116 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.2 |
| HSL | 125º | 0.48% | 0.61% | - |
| HSV(B) | 125º | 0.47% | 0.8% | - |
| XYZ | 30.93 | 47.63 | 24.09 | - |
| YUV | 165.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 116 | 0.47 | 0 | 0.43 | 0.2 | 125 | 0.48 | 0.61 |
| Hex | 6C | CC | 74 | 2F | 0 | 2B | 14 | 7D | 30 | 3D |
| Octal | 154 | 314 | 164 | 57 | 0 | 53 | 24 | 175 | 60 | 75 |
| Binary | 1101100 | 11001100 | 1110100 | 101111 | 0 | 101011 | 10100 | 1111101 | 110000 | 111101 |
Color Harmonies of #6CCC74
Complementary color
Monochromatic Colors of #6CCC74
Black with #6CCC74
Text Example
Text Example
White with #6CCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC74; }
p { color: rgb(108,204,116); }
H1.HeaderClassName
{
color: #6CCC74;
}
.AnyTagClassName
{
color: #6CCC74;
}
</style>
background-color css
<style>
a { background-color: #6CCC74; }
a { background-color: rgb(108,204,116); }
div.DivClassName
{
background-color: #6CCC74;
}
.BgClassName
{
background-color: #6CCC74;
}
</style>
border-color css
<style>
span { border-color: #6CCC74; }
span { border-color: rgb(108,204,116); }
td.TdClassName
{
border-color: #6CCC74;
}
.TagClassName
{
border-color: #6CCC74;
}
</style>