Shades of Pastel Green #6CEA70
Tints of Pastel Green #6CEA70
RGB
CMYK
RGB Variations
Color information
#6CEA70 (or 0x6CEA70) is known color: Pastel Green. HEX triplet: 6C, EA and 70. RGB value is (108,234,112). Sum of RGB (Red+Green+Blue) = 108+234+112=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CEA70 is #93158F. Grayscale: #B6B6B6. Windows color (decimal): -9639312 or 7400044. OLE color: 7400044.
HSL color Cylindrical-coordinate representation of color #6CEA70: hue angle of 121.9º 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 #6CEA70 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 112 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.08 |
| HSL | 121.9º | 0.75% | 0.67% | - |
| HSV(B) | 121.9º | 0.54% | 0.92% | - |
| XYZ | 38.53 | 63.2 | 25.5 | - |
| YUV | 182.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 112 | 0.54 | 0 | 0.52 | 0.08 | 121.9 | 0.75 | 0.67 |
| Hex | 6C | EA | 70 | 36 | 0 | 34 | 8 | 7A | 4B | 43 |
| Octal | 154 | 352 | 160 | 66 | 0 | 64 | 10 | 172 | 113 | 103 |
| Binary | 1101100 | 11101010 | 1110000 | 110110 | 0 | 110100 | 1000 | 1111010 | 1001011 | 1000011 |
Color Harmonies of #6CEA70
Complementary color
Monochromatic Colors of #6CEA70
Black with #6CEA70
Text Example
Text Example
White with #6CEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEA70; }
p { color: rgb(108,234,112); }
H1.HeaderClassName
{
color: #6CEA70;
}
.AnyTagClassName
{
color: #6CEA70;
}
</style>
background-color css
<style>
a { background-color: #6CEA70; }
a { background-color: rgb(108,234,112); }
div.DivClassName
{
background-color: #6CEA70;
}
.BgClassName
{
background-color: #6CEA70;
}
</style>
border-color css
<style>
span { border-color: #6CEA70; }
span { border-color: rgb(108,234,112); }
td.TdClassName
{
border-color: #6CEA70;
}
.TagClassName
{
border-color: #6CEA70;
}
</style>