Shades of Pastel Green #6FCD74
Tints of Pastel Green #6FCD74
RGB
CMYK
RGB Variations
Color information
#6FCD74 (or 0x6FCD74) is known color: Pastel Green. HEX triplet: 6F, CD and 74. RGB value is (111,205,116). Sum of RGB (Red+Green+Blue) = 111+205+116=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD74 is #90328B. Grayscale: #A7A7A7. Windows color (decimal): -9450124 or 7654767. OLE color: 7654767.
HSL color Cylindrical-coordinate representation of color #6FCD74: hue angle of 123.19º 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 #6FCD74 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 116 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.20 |
| HSL | 123.19º | 0.48% | 0.62% | - |
| HSV(B) | 123.19º | 0.46% | 0.8% | - |
| XYZ | 31.54 | 48.3 | 24.18 | - |
| YUV | 166.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 116 | 0.46 | 0 | 0.43 | 0.20 | 123.19 | 0.48 | 0.62 |
| Hex | 6F | CD | 74 | 2E | 0 | 2B | 14 | 7B | 30 | 3E |
| Octal | 157 | 315 | 164 | 56 | 0 | 53 | 24 | 173 | 60 | 76 |
| Binary | 1101111 | 11001101 | 1110100 | 101110 | 0 | 101011 | 10100 | 1111011 | 110000 | 111110 |
Color Harmonies of #6FCD74
Complementary color
Monochromatic Colors of #6FCD74
Black with #6FCD74
Text Example
Text Example
White with #6FCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD74; }
p { color: rgb(111,205,116); }
H1.HeaderClassName
{
color: #6FCD74;
}
.AnyTagClassName
{
color: #6FCD74;
}
</style>
background-color css
<style>
a { background-color: #6FCD74; }
a { background-color: rgb(111,205,116); }
div.DivClassName
{
background-color: #6FCD74;
}
.BgClassName
{
background-color: #6FCD74;
}
</style>
border-color css
<style>
span { border-color: #6FCD74; }
span { border-color: rgb(111,205,116); }
td.TdClassName
{
border-color: #6FCD74;
}
.TagClassName
{
border-color: #6FCD74;
}
</style>