Shades of Pastel Green #6CCF7D
Tints of Pastel Green #6CCF7D
RGB
CMYK
RGB Variations
Color information
#6CCF7D (or 0x6CCF7D) is known color: Pastel Green. HEX triplet: 6C, CF and 7D. RGB value is (108,207,125). Sum of RGB (Red+Green+Blue) = 108+207+125=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCF7D is #933082. Grayscale: #A8A8A8. Windows color (decimal): -9646211 or 8245100. OLE color: 8245100.
HSL color Cylindrical-coordinate representation of color #6CCF7D: hue angle of 130.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCF7D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 125 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.19 |
| HSL | 130.3º | 0.51% | 0.62% | - |
| HSV(B) | 130.3º | 0.48% | 0.81% | - |
| XYZ | 32.2 | 49.29 | 27.22 | - |
| YUV | 168.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 125 | 0.48 | 0 | 0.40 | 0.19 | 130.3 | 0.51 | 0.62 |
| Hex | 6C | CF | 7D | 30 | 0 | 28 | 13 | 82 | 33 | 3E |
| Octal | 154 | 317 | 175 | 60 | 0 | 50 | 23 | 202 | 63 | 76 |
| Binary | 1101100 | 11001111 | 1111101 | 110000 | 0 | 101000 | 10011 | 10000010 | 110011 | 111110 |
Color Harmonies of #6CCF7D
Complementary color
Monochromatic Colors of #6CCF7D
Black with #6CCF7D
Text Example
Text Example
White with #6CCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF7D; }
p { color: rgb(108,207,125); }
H1.HeaderClassName
{
color: #6CCF7D;
}
.AnyTagClassName
{
color: #6CCF7D;
}
</style>
background-color css
<style>
a { background-color: #6CCF7D; }
a { background-color: rgb(108,207,125); }
div.DivClassName
{
background-color: #6CCF7D;
}
.BgClassName
{
background-color: #6CCF7D;
}
</style>
border-color css
<style>
span { border-color: #6CCF7D; }
span { border-color: rgb(108,207,125); }
td.TdClassName
{
border-color: #6CCF7D;
}
.TagClassName
{
border-color: #6CCF7D;
}
</style>