Shades of Pastel Green #6CCF64
Tints of Pastel Green #6CCF64
RGB
CMYK
RGB Variations
Color information
#6CCF64 (or 0x6CCF64) is known color: Pastel Green. HEX triplet: 6C, CF and 64. RGB value is (108,207,100). Sum of RGB (Red+Green+Blue) = 108+207+100=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCF64 is #93309B. Grayscale: #A5A5A5. Windows color (decimal): -9646236 or 6606700. OLE color: 6606700.
HSL color Cylindrical-coordinate representation of color #6CCF64: hue angle of 115.51º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCF64 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 100 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.19 |
| HSL | 115.51º | 0.53% | 0.6% | - |
| HSV(B) | 115.51º | 0.52% | 0.81% | - |
| XYZ | 30.8 | 48.73 | 19.84 | - |
| YUV | 165.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 100 | 0.48 | 0 | 0.52 | 0.19 | 115.51 | 0.53 | 0.6 |
| Hex | 6C | CF | 64 | 30 | 0 | 34 | 13 | 74 | 35 | 3C |
| Octal | 154 | 317 | 144 | 60 | 0 | 64 | 23 | 164 | 65 | 74 |
| Binary | 1101100 | 11001111 | 1100100 | 110000 | 0 | 110100 | 10011 | 1110100 | 110101 | 111100 |
Color Harmonies of #6CCF64
Complementary color
Monochromatic Colors of #6CCF64
Black with #6CCF64
Text Example
Text Example
White with #6CCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF64; }
p { color: rgb(108,207,100); }
H1.HeaderClassName
{
color: #6CCF64;
}
.AnyTagClassName
{
color: #6CCF64;
}
</style>
background-color css
<style>
a { background-color: #6CCF64; }
a { background-color: rgb(108,207,100); }
div.DivClassName
{
background-color: #6CCF64;
}
.BgClassName
{
background-color: #6CCF64;
}
</style>
border-color css
<style>
span { border-color: #6CCF64; }
span { border-color: rgb(108,207,100); }
td.TdClassName
{
border-color: #6CCF64;
}
.TagClassName
{
border-color: #6CCF64;
}
</style>