Shades of Pastel Green #6FCD6F
Tints of Pastel Green #6FCD6F
RGB
CMYK
RGB Variations
Color information
#6FCD6F (or 0x6FCD6F) is known color: Pastel Green. HEX triplet: 6F, CD and 6F. RGB value is (111,205,111). Sum of RGB (Red+Green+Blue) = 111+205+111=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD6F is #903290. Grayscale: #A6A6A6. Windows color (decimal): -9450129 or 7327087. OLE color: 7327087.
HSL color Cylindrical-coordinate representation of color #6FCD6F: hue angle of 120º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCD6F is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 111 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.20 |
| HSL | 120º | 0.48% | 0.62% | - |
| HSV(B) | 120º | 0.46% | 0.8% | - |
| XYZ | 31.26 | 48.19 | 22.69 | - |
| YUV | 166.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 111 | 0.46 | 0 | 0.46 | 0.20 | 120 | 0.48 | 0.62 |
| Hex | 6F | CD | 6F | 2E | 0 | 2E | 14 | 78 | 30 | 3E |
| Octal | 157 | 315 | 157 | 56 | 0 | 56 | 24 | 170 | 60 | 76 |
| Binary | 1101111 | 11001101 | 1101111 | 101110 | 0 | 101110 | 10100 | 1111000 | 110000 | 111110 |
Color Harmonies of #6FCD6F
Complementary color
Monochromatic Colors of #6FCD6F
Black with #6FCD6F
Text Example
Text Example
White with #6FCD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD6F; }
p { color: rgb(111,205,111); }
H1.HeaderClassName
{
color: #6FCD6F;
}
.AnyTagClassName
{
color: #6FCD6F;
}
</style>
background-color css
<style>
a { background-color: #6FCD6F; }
a { background-color: rgb(111,205,111); }
div.DivClassName
{
background-color: #6FCD6F;
}
.BgClassName
{
background-color: #6FCD6F;
}
</style>
border-color css
<style>
span { border-color: #6FCD6F; }
span { border-color: rgb(111,205,111); }
td.TdClassName
{
border-color: #6FCD6F;
}
.TagClassName
{
border-color: #6FCD6F;
}
</style>