Shades of Pastel Green #6FCD7E
Tints of Pastel Green #6FCD7E
RGB
CMYK
RGB Variations
Color information
#6FCD7E (or 0x6FCD7E) is known color: Pastel Green. HEX triplet: 6F, CD and 7E. RGB value is (111,205,126). Sum of RGB (Red+Green+Blue) = 111+205+126=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD7E is #903281. Grayscale: #A8A8A8. Windows color (decimal): -9450114 or 8310127. OLE color: 8310127.
HSL color Cylindrical-coordinate representation of color #6FCD7E: hue angle of 129.57º 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 #6FCD7E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 126 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.20 |
| HSL | 129.57º | 0.48% | 0.62% | - |
| HSV(B) | 129.57º | 0.46% | 0.8% | - |
| XYZ | 32.15 | 48.55 | 27.41 | - |
| YUV | 167.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 126 | 0.46 | 0 | 0.39 | 0.20 | 129.57 | 0.48 | 0.62 |
| Hex | 6F | CD | 7E | 2E | 0 | 27 | 14 | 82 | 30 | 3E |
| Octal | 157 | 315 | 176 | 56 | 0 | 47 | 24 | 202 | 60 | 76 |
| Binary | 1101111 | 11001101 | 1111110 | 101110 | 0 | 100111 | 10100 | 10000010 | 110000 | 111110 |
Color Harmonies of #6FCD7E
Complementary color
Monochromatic Colors of #6FCD7E
Black with #6FCD7E
Text Example
Text Example
White with #6FCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD7E; }
p { color: rgb(111,205,126); }
H1.HeaderClassName
{
color: #6FCD7E;
}
.AnyTagClassName
{
color: #6FCD7E;
}
</style>
background-color css
<style>
a { background-color: #6FCD7E; }
a { background-color: rgb(111,205,126); }
div.DivClassName
{
background-color: #6FCD7E;
}
.BgClassName
{
background-color: #6FCD7E;
}
</style>
border-color css
<style>
span { border-color: #6FCD7E; }
span { border-color: rgb(111,205,126); }
td.TdClassName
{
border-color: #6FCD7E;
}
.TagClassName
{
border-color: #6FCD7E;
}
</style>