Shades of Pastel Green #6FD675
Tints of Pastel Green #6FD675
RGB
CMYK
RGB Variations
Color information
#6FD675 (or 0x6FD675) is known color: Pastel Green. HEX triplet: 6F, D6 and 75. RGB value is (111,214,117). Sum of RGB (Red+Green+Blue) = 111+214+117=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD675 is #90298A. Grayscale: #ACACAC. Windows color (decimal): -9447819 or 7722607. OLE color: 7722607.
HSL color Cylindrical-coordinate representation of color #6FD675: hue angle of 123.5º 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 #6FD675 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 117 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.16 |
| HSL | 123.5º | 0.56% | 0.64% | - |
| HSV(B) | 123.5º | 0.48% | 0.84% | - |
| XYZ | 33.81 | 52.76 | 25.23 | - |
| YUV | 172.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 117 | 0.48 | 0 | 0.45 | 0.16 | 123.5 | 0.56 | 0.64 |
| Hex | 6F | D6 | 75 | 30 | 0 | 2D | 10 | 7B | 38 | 40 |
| Octal | 157 | 326 | 165 | 60 | 0 | 55 | 20 | 173 | 70 | 100 |
| Binary | 1101111 | 11010110 | 1110101 | 110000 | 0 | 101101 | 10000 | 1111011 | 111000 | 1000000 |
Color Harmonies of #6FD675
Complementary color
Monochromatic Colors of #6FD675
Black with #6FD675
Text Example
Text Example
White with #6FD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD675; }
p { color: rgb(111,214,117); }
H1.HeaderClassName
{
color: #6FD675;
}
.AnyTagClassName
{
color: #6FD675;
}
</style>
background-color css
<style>
a { background-color: #6FD675; }
a { background-color: rgb(111,214,117); }
div.DivClassName
{
background-color: #6FD675;
}
.BgClassName
{
background-color: #6FD675;
}
</style>
border-color css
<style>
span { border-color: #6FD675; }
span { border-color: rgb(111,214,117); }
td.TdClassName
{
border-color: #6FD675;
}
.TagClassName
{
border-color: #6FD675;
}
</style>