Shades of Pastel Green #6CDA64
Tints of Pastel Green #6CDA64
RGB
CMYK
RGB Variations
Color information
#6CDA64 (or 0x6CDA64) is known color: Pastel Green. HEX triplet: 6C, DA and 64. RGB value is (108,218,100). Sum of RGB (Red+Green+Blue) = 108+218+100=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDA64 is #93259B. Grayscale: #ACACAC. Windows color (decimal): -9643420 or 6609516. OLE color: 6609516.
HSL color Cylindrical-coordinate representation of color #6CDA64: hue angle of 115.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDA64 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 100 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.15 |
| HSL | 115.93º | 0.61% | 0.62% | - |
| HSV(B) | 115.93º | 0.54% | 0.85% | - |
| XYZ | 33.56 | 54.25 | 20.76 | - |
| YUV | 171.66 | 87.56 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 100 | 0.50 | 0 | 0.54 | 0.15 | 115.93 | 0.61 | 0.62 |
| Hex | 6C | DA | 64 | 32 | 0 | 36 | F | 74 | 3D | 3E |
| Octal | 154 | 332 | 144 | 62 | 0 | 66 | 17 | 164 | 75 | 76 |
| Binary | 1101100 | 11011010 | 1100100 | 110010 | 0 | 110110 | 1111 | 1110100 | 111101 | 111110 |
Color Harmonies of #6CDA64
Complementary color
Monochromatic Colors of #6CDA64
Black with #6CDA64
Text Example
Text Example
White with #6CDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA64; }
p { color: rgb(108,218,100); }
H1.HeaderClassName
{
color: #6CDA64;
}
.AnyTagClassName
{
color: #6CDA64;
}
</style>
background-color css
<style>
a { background-color: #6CDA64; }
a { background-color: rgb(108,218,100); }
div.DivClassName
{
background-color: #6CDA64;
}
.BgClassName
{
background-color: #6CDA64;
}
</style>
border-color css
<style>
span { border-color: #6CDA64; }
span { border-color: rgb(108,218,100); }
td.TdClassName
{
border-color: #6CDA64;
}
.TagClassName
{
border-color: #6CDA64;
}
</style>