Shades of Pastel Green #6CDF80
Tints of Pastel Green #6CDF80
RGB
CMYK
RGB Variations
Color information
#6CDF80 (or 0x6CDF80) is known color: Pastel Green. HEX triplet: 6C, DF and 80. RGB value is (108,223,128). Sum of RGB (Red+Green+Blue) = 108+223+128=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDF80 is #93207F. Grayscale: #B2B2B2. Windows color (decimal): -9642112 or 8445804. OLE color: 8445804.
HSL color Cylindrical-coordinate representation of color #6CDF80: hue angle of 130.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDF80 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 128 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.13 |
| HSL | 130.43º | 0.64% | 0.65% | - |
| HSV(B) | 130.43º | 0.52% | 0.87% | - |
| XYZ | 36.47 | 57.52 | 29.6 | - |
| YUV | 177.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 128 | 0.52 | 0 | 0.43 | 0.13 | 130.43 | 0.64 | 0.65 |
| Hex | 6C | DF | 80 | 34 | 0 | 2B | D | 82 | 40 | 41 |
| Octal | 154 | 337 | 200 | 64 | 0 | 53 | 15 | 202 | 100 | 101 |
| Binary | 1101100 | 11011111 | 10000000 | 110100 | 0 | 101011 | 1101 | 10000010 | 1000000 | 1000001 |
Color Harmonies of #6CDF80
Complementary color
Monochromatic Colors of #6CDF80
Black with #6CDF80
Text Example
Text Example
White with #6CDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF80; }
p { color: rgb(108,223,128); }
H1.HeaderClassName
{
color: #6CDF80;
}
.AnyTagClassName
{
color: #6CDF80;
}
</style>
background-color css
<style>
a { background-color: #6CDF80; }
a { background-color: rgb(108,223,128); }
div.DivClassName
{
background-color: #6CDF80;
}
.BgClassName
{
background-color: #6CDF80;
}
</style>
border-color css
<style>
span { border-color: #6CDF80; }
span { border-color: rgb(108,223,128); }
td.TdClassName
{
border-color: #6CDF80;
}
.TagClassName
{
border-color: #6CDF80;
}
</style>