Shades of Pastel Green #6FD674
Tints of Pastel Green #6FD674
RGB
CMYK
RGB Variations
Color information
#6FD674 (or 0x6FD674) is known color: Pastel Green. HEX triplet: 6F, D6 and 74. RGB value is (111,214,116). Sum of RGB (Red+Green+Blue) = 111+214+116=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD674 is #90298B. Grayscale: #ACACAC. Windows color (decimal): -9447820 or 7657071. OLE color: 7657071.
HSL color Cylindrical-coordinate representation of color #6FD674: hue angle of 122.91º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD674 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 116 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.16 |
| HSL | 122.91º | 0.56% | 0.64% | - |
| HSV(B) | 122.91º | 0.48% | 0.84% | - |
| XYZ | 33.75 | 52.73 | 24.92 | - |
| YUV | 172.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 116 | 0.48 | 0 | 0.46 | 0.16 | 122.91 | 0.56 | 0.64 |
| Hex | 6F | D6 | 74 | 30 | 0 | 2E | 10 | 7B | 38 | 40 |
| Octal | 157 | 326 | 164 | 60 | 0 | 56 | 20 | 173 | 70 | 100 |
| Binary | 1101111 | 11010110 | 1110100 | 110000 | 0 | 101110 | 10000 | 1111011 | 111000 | 1000000 |
Color Harmonies of #6FD674
Complementary color
Monochromatic Colors of #6FD674
Black with #6FD674
Text Example
Text Example
White with #6FD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD674; }
p { color: rgb(111,214,116); }
H1.HeaderClassName
{
color: #6FD674;
}
.AnyTagClassName
{
color: #6FD674;
}
</style>
background-color css
<style>
a { background-color: #6FD674; }
a { background-color: rgb(111,214,116); }
div.DivClassName
{
background-color: #6FD674;
}
.BgClassName
{
background-color: #6FD674;
}
</style>
border-color css
<style>
span { border-color: #6FD674; }
span { border-color: rgb(111,214,116); }
td.TdClassName
{
border-color: #6FD674;
}
.TagClassName
{
border-color: #6FD674;
}
</style>