Shades of Pastel Green #6CE282
Tints of Pastel Green #6CE282
RGB
CMYK
RGB Variations
Color information
#6CE282 (or 0x6CE282) is known color: Pastel Green. HEX triplet: 6C, E2 and 82. RGB value is (108,226,130). Sum of RGB (Red+Green+Blue) = 108+226+130=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CE282 is #931D7D. Grayscale: #B4B4B4. Windows color (decimal): -9641342 or 8577644. OLE color: 8577644.
HSL color Cylindrical-coordinate representation of color #6CE282: hue angle of 131.19º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE282 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 226 | 130 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.11 |
| HSL | 131.19º | 0.67% | 0.65% | - |
| HSV(B) | 131.19º | 0.52% | 0.89% | - |
| XYZ | 37.41 | 59.19 | 30.57 | - |
| YUV | 179.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 226 | 130 | 0.52 | 0 | 0.42 | 0.11 | 131.19 | 0.67 | 0.65 |
| Hex | 6C | E2 | 82 | 34 | 0 | 2A | B | 83 | 43 | 41 |
| Octal | 154 | 342 | 202 | 64 | 0 | 52 | 13 | 203 | 103 | 101 |
| Binary | 1101100 | 11100010 | 10000010 | 110100 | 0 | 101010 | 1011 | 10000011 | 1000011 | 1000001 |
Color Harmonies of #6CE282
Complementary color
Monochromatic Colors of #6CE282
Black with #6CE282
Text Example
Text Example
White with #6CE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE282; }
p { color: rgb(108,226,130); }
H1.HeaderClassName
{
color: #6CE282;
}
.AnyTagClassName
{
color: #6CE282;
}
</style>
background-color css
<style>
a { background-color: #6CE282; }
a { background-color: rgb(108,226,130); }
div.DivClassName
{
background-color: #6CE282;
}
.BgClassName
{
background-color: #6CE282;
}
</style>
border-color css
<style>
span { border-color: #6CE282; }
span { border-color: rgb(108,226,130); }
td.TdClassName
{
border-color: #6CE282;
}
.TagClassName
{
border-color: #6CE282;
}
</style>