Shades of Pastel Green #6CE072
Tints of Pastel Green #6CE072
RGB
CMYK
RGB Variations
Color information
#6CE072 (or 0x6CE072) is known color: Pastel Green. HEX triplet: 6C, E0 and 72. RGB value is (108,224,114). Sum of RGB (Red+Green+Blue) = 108+224+114=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE072 is #931F8D. Grayscale: #B1B1B1. Windows color (decimal): -9641870 or 7528556. OLE color: 7528556.
HSL color Cylindrical-coordinate representation of color #6CE072: hue angle of 123.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE072 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 114 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.12 |
| HSL | 123.1º | 0.65% | 0.65% | - |
| HSV(B) | 123.1º | 0.52% | 0.88% | - |
| XYZ | 35.88 | 57.71 | 25.17 | - |
| YUV | 176.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 114 | 0.52 | 0 | 0.49 | 0.12 | 123.1 | 0.65 | 0.65 |
| Hex | 6C | E0 | 72 | 34 | 0 | 31 | C | 7B | 41 | 41 |
| Octal | 154 | 340 | 162 | 64 | 0 | 61 | 14 | 173 | 101 | 101 |
| Binary | 1101100 | 11100000 | 1110010 | 110100 | 0 | 110001 | 1100 | 1111011 | 1000001 | 1000001 |
Color Harmonies of #6CE072
Complementary color
Monochromatic Colors of #6CE072
Black with #6CE072
Text Example
Text Example
White with #6CE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE072; }
p { color: rgb(108,224,114); }
H1.HeaderClassName
{
color: #6CE072;
}
.AnyTagClassName
{
color: #6CE072;
}
</style>
background-color css
<style>
a { background-color: #6CE072; }
a { background-color: rgb(108,224,114); }
div.DivClassName
{
background-color: #6CE072;
}
.BgClassName
{
background-color: #6CE072;
}
</style>
border-color css
<style>
span { border-color: #6CE072; }
span { border-color: rgb(108,224,114); }
td.TdClassName
{
border-color: #6CE072;
}
.TagClassName
{
border-color: #6CE072;
}
</style>