Shades of Pastel Green #6CE064
Tints of Pastel Green #6CE064
RGB
CMYK
RGB Variations
Color information
#6CE064 (or 0x6CE064) is known color: Pastel Green. HEX triplet: 6C, E0 and 64. RGB value is (108,224,100). Sum of RGB (Red+Green+Blue) = 108+224+100=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE064 is #931F9B. Grayscale: #AFAFAF. Windows color (decimal): -9641884 or 6611052. OLE color: 6611052.
HSL color Cylindrical-coordinate representation of color #6CE064: hue angle of 116.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CE064 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 100 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.12 |
| HSL | 116.13º | 0.67% | 0.64% | - |
| HSV(B) | 116.13º | 0.55% | 0.88% | - |
| XYZ | 35.14 | 57.42 | 21.29 | - |
| YUV | 175.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 100 | 0.52 | 0 | 0.55 | 0.12 | 116.13 | 0.67 | 0.64 |
| Hex | 6C | E0 | 64 | 34 | 0 | 37 | C | 74 | 43 | 40 |
| Octal | 154 | 340 | 144 | 64 | 0 | 67 | 14 | 164 | 103 | 100 |
| Binary | 1101100 | 11100000 | 1100100 | 110100 | 0 | 110111 | 1100 | 1110100 | 1000011 | 1000000 |
Color Harmonies of #6CE064
Complementary color
Monochromatic Colors of #6CE064
Black with #6CE064
Text Example
Text Example
White with #6CE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE064; }
p { color: rgb(108,224,100); }
H1.HeaderClassName
{
color: #6CE064;
}
.AnyTagClassName
{
color: #6CE064;
}
</style>
background-color css
<style>
a { background-color: #6CE064; }
a { background-color: rgb(108,224,100); }
div.DivClassName
{
background-color: #6CE064;
}
.BgClassName
{
background-color: #6CE064;
}
</style>
border-color css
<style>
span { border-color: #6CE064; }
span { border-color: rgb(108,224,100); }
td.TdClassName
{
border-color: #6CE064;
}
.TagClassName
{
border-color: #6CE064;
}
</style>