Shades of Pastel Green #6CEA8A
Tints of Pastel Green #6CEA8A
RGB
CMYK
RGB Variations
Color information
#6CEA8A (or 0x6CEA8A) is known color: Pastel Green. HEX triplet: 6C, EA and 8A. RGB value is (108,234,138). Sum of RGB (Red+Green+Blue) = 108+234+138=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CEA8A is #931575. Grayscale: #B9B9B9. Windows color (decimal): -9639286 or 9103980. OLE color: 9103980.
HSL color Cylindrical-coordinate representation of color #6CEA8A: hue angle of 134.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEA8A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 138 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.08 |
| HSL | 134.29º | 0.75% | 0.67% | - |
| HSV(B) | 134.29º | 0.54% | 0.92% | - |
| XYZ | 40.19 | 63.87 | 34.25 | - |
| YUV | 185.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 138 | 0.54 | 0 | 0.41 | 0.08 | 134.29 | 0.75 | 0.67 |
| Hex | 6C | EA | 8A | 36 | 0 | 29 | 8 | 86 | 4B | 43 |
| Octal | 154 | 352 | 212 | 66 | 0 | 51 | 10 | 206 | 113 | 103 |
| Binary | 1101100 | 11101010 | 10001010 | 110110 | 0 | 101001 | 1000 | 10000110 | 1001011 | 1000011 |
Color Harmonies of #6CEA8A
Complementary color
Monochromatic Colors of #6CEA8A
Black with #6CEA8A
Text Example
Text Example
White with #6CEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEA8A; }
p { color: rgb(108,234,138); }
H1.HeaderClassName
{
color: #6CEA8A;
}
.AnyTagClassName
{
color: #6CEA8A;
}
</style>
background-color css
<style>
a { background-color: #6CEA8A; }
a { background-color: rgb(108,234,138); }
div.DivClassName
{
background-color: #6CEA8A;
}
.BgClassName
{
background-color: #6CEA8A;
}
</style>
border-color css
<style>
span { border-color: #6CEA8A; }
span { border-color: rgb(108,234,138); }
td.TdClassName
{
border-color: #6CEA8A;
}
.TagClassName
{
border-color: #6CEA8A;
}
</style>