Shades of Pastel Green #6CE985
Tints of Pastel Green #6CE985
RGB
CMYK
RGB Variations
Color information
#6CE985 (or 0x6CE985) is known color: Pastel Green. HEX triplet: 6C, E9 and 85. RGB value is (108,233,133). Sum of RGB (Red+Green+Blue) = 108+233+133=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #6CE985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CE985 is #93167A. Grayscale: #B8B8B8. Windows color (decimal): -9639547 or 8776044. OLE color: 8776044.
HSL color Cylindrical-coordinate representation of color #6CE985: hue angle of 132º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CE985 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 233 | 133 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.09 |
| HSL | 132º | 0.74% | 0.67% | - |
| HSV(B) | 132º | 0.54% | 0.91% | - |
| XYZ | 39.56 | 63.16 | 32.3 | - |
| YUV | 184.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 233 | 133 | 0.54 | 0 | 0.43 | 0.09 | 132 | 0.74 | 0.67 |
| Hex | 6C | E9 | 85 | 36 | 0 | 2B | 9 | 84 | 4A | 43 |
| Octal | 154 | 351 | 205 | 66 | 0 | 53 | 11 | 204 | 112 | 103 |
| Binary | 1101100 | 11101001 | 10000101 | 110110 | 0 | 101011 | 1001 | 10000100 | 1001010 | 1000011 |
Color Harmonies of #6CE985
Complementary color
Monochromatic Colors of #6CE985
Black with #6CE985
Text Example
Text Example
White with #6CE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE985; }
p { color: rgb(108,233,133); }
H1.HeaderClassName
{
color: #6CE985;
}
.AnyTagClassName
{
color: #6CE985;
}
</style>
background-color css
<style>
a { background-color: #6CE985; }
a { background-color: rgb(108,233,133); }
div.DivClassName
{
background-color: #6CE985;
}
.BgClassName
{
background-color: #6CE985;
}
</style>
border-color css
<style>
span { border-color: #6CE985; }
span { border-color: rgb(108,233,133); }
td.TdClassName
{
border-color: #6CE985;
}
.TagClassName
{
border-color: #6CE985;
}
</style>