Shades of Pastel Green #6FCD64
Tints of Pastel Green #6FCD64
RGB
CMYK
RGB Variations
Color information
#6FCD64 (or 0x6FCD64) is known color: Pastel Green. HEX triplet: 6F, CD and 64. RGB value is (111,205,100). Sum of RGB (Red+Green+Blue) = 111+205+100=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD64 is #90329B. Grayscale: #A5A5A5. Windows color (decimal): -9450140 or 6606191. OLE color: 6606191.
HSL color Cylindrical-coordinate representation of color #6FCD64: hue angle of 113.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCD64 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 100 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.20 |
| HSL | 113.71º | 0.51% | 0.6% | - |
| HSV(B) | 113.71º | 0.51% | 0.8% | - |
| XYZ | 30.69 | 47.96 | 19.7 | - |
| YUV | 164.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 100 | 0.46 | 0 | 0.51 | 0.20 | 113.71 | 0.51 | 0.6 |
| Hex | 6F | CD | 64 | 2E | 0 | 33 | 14 | 72 | 33 | 3C |
| Octal | 157 | 315 | 144 | 56 | 0 | 63 | 24 | 162 | 63 | 74 |
| Binary | 1101111 | 11001101 | 1100100 | 101110 | 0 | 110011 | 10100 | 1110010 | 110011 | 111100 |
Color Harmonies of #6FCD64
Complementary color
Monochromatic Colors of #6FCD64
Black with #6FCD64
Text Example
Text Example
White with #6FCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD64; }
p { color: rgb(111,205,100); }
H1.HeaderClassName
{
color: #6FCD64;
}
.AnyTagClassName
{
color: #6FCD64;
}
</style>
background-color css
<style>
a { background-color: #6FCD64; }
a { background-color: rgb(111,205,100); }
div.DivClassName
{
background-color: #6FCD64;
}
.BgClassName
{
background-color: #6FCD64;
}
</style>
border-color css
<style>
span { border-color: #6FCD64; }
span { border-color: rgb(111,205,100); }
td.TdClassName
{
border-color: #6FCD64;
}
.TagClassName
{
border-color: #6FCD64;
}
</style>