Shades of Pastel Green #6CEB94
Tints of Pastel Green #6CEB94
RGB
CMYK
RGB Variations
Color information
#6CEB94 (or 0x6CEB94) is known color: Pastel Green. HEX triplet: 6C, EB and 94. RGB value is (108,235,148). Sum of RGB (Red+Green+Blue) = 108+235+148=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CEB94 is #93146B. Grayscale: #BBBBBB. Windows color (decimal): -9639020 or 9759596. OLE color: 9759596.
HSL color Cylindrical-coordinate representation of color #6CEB94: hue angle of 138.9º degrees, saturation: 0.76, 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 #6CEB94 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 148 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.08 |
| HSL | 138.9º | 0.76% | 0.67% | - |
| HSV(B) | 138.9º | 0.54% | 0.92% | - |
| XYZ | 41.24 | 64.74 | 38.34 | - |
| YUV | 187.11 | 105.92 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 148 | 0.54 | 0 | 0.37 | 0.08 | 138.9 | 0.76 | 0.67 |
| Hex | 6C | EB | 94 | 36 | 0 | 25 | 8 | 8B | 4C | 43 |
| Octal | 154 | 353 | 224 | 66 | 0 | 45 | 10 | 213 | 114 | 103 |
| Binary | 1101100 | 11101011 | 10010100 | 110110 | 0 | 100101 | 1000 | 10001011 | 1001100 | 1000011 |
Color Harmonies of #6CEB94
Complementary color
Monochromatic Colors of #6CEB94
Black with #6CEB94
Text Example
Text Example
White with #6CEB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEB94; }
p { color: rgb(108,235,148); }
H1.HeaderClassName
{
color: #6CEB94;
}
.AnyTagClassName
{
color: #6CEB94;
}
</style>
background-color css
<style>
a { background-color: #6CEB94; }
a { background-color: rgb(108,235,148); }
div.DivClassName
{
background-color: #6CEB94;
}
.BgClassName
{
background-color: #6CEB94;
}
</style>
border-color css
<style>
span { border-color: #6CEB94; }
span { border-color: rgb(108,235,148); }
td.TdClassName
{
border-color: #6CEB94;
}
.TagClassName
{
border-color: #6CEB94;
}
</style>