Shades of Pastel Green #6CE080
Tints of Pastel Green #6CE080
RGB
CMYK
RGB Variations
Color information
#6CE080 (or 0x6CE080) is known color: Pastel Green. HEX triplet: 6C, E0 and 80. RGB value is (108,224,128). Sum of RGB (Red+Green+Blue) = 108+224+128=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CE080 is #931F7F. Grayscale: #B2B2B2. Windows color (decimal): -9641856 or 8446060. OLE color: 8446060.
HSL color Cylindrical-coordinate representation of color #6CE080: hue angle of 130.34º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE080 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 128 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.12 |
| HSL | 130.34º | 0.65% | 0.65% | - |
| HSV(B) | 130.34º | 0.52% | 0.88% | - |
| XYZ | 36.74 | 58.06 | 29.69 | - |
| YUV | 178.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 128 | 0.52 | 0 | 0.43 | 0.12 | 130.34 | 0.65 | 0.65 |
| Hex | 6C | E0 | 80 | 34 | 0 | 2B | C | 82 | 41 | 41 |
| Octal | 154 | 340 | 200 | 64 | 0 | 53 | 14 | 202 | 101 | 101 |
| Binary | 1101100 | 11100000 | 10000000 | 110100 | 0 | 101011 | 1100 | 10000010 | 1000001 | 1000001 |
Color Harmonies of #6CE080
Complementary color
Monochromatic Colors of #6CE080
Black with #6CE080
Text Example
Text Example
White with #6CE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE080; }
p { color: rgb(108,224,128); }
H1.HeaderClassName
{
color: #6CE080;
}
.AnyTagClassName
{
color: #6CE080;
}
</style>
background-color css
<style>
a { background-color: #6CE080; }
a { background-color: rgb(108,224,128); }
div.DivClassName
{
background-color: #6CE080;
}
.BgClassName
{
background-color: #6CE080;
}
</style>
border-color css
<style>
span { border-color: #6CE080; }
span { border-color: rgb(108,224,128); }
td.TdClassName
{
border-color: #6CE080;
}
.TagClassName
{
border-color: #6CE080;
}
</style>