Shades of Pastel Green #6FD275
Tints of Pastel Green #6FD275
RGB
CMYK
RGB Variations
Color information
#6FD275 (or 0x6FD275) is known color: Pastel Green. HEX triplet: 6F, D2 and 75. RGB value is (111,210,117). Sum of RGB (Red+Green+Blue) = 111+210+117=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD275 is #902D8A. Grayscale: #AAAAAA. Windows color (decimal): -9448843 or 7721583. OLE color: 7721583.
HSL color Cylindrical-coordinate representation of color #6FD275: hue angle of 123.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD275 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 117 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.18 |
| HSL | 123.64º | 0.52% | 0.63% | - |
| HSV(B) | 123.64º | 0.47% | 0.82% | - |
| XYZ | 32.81 | 50.76 | 24.9 | - |
| YUV | 169.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 117 | 0.47 | 0 | 0.44 | 0.18 | 123.64 | 0.52 | 0.63 |
| Hex | 6F | D2 | 75 | 2F | 0 | 2C | 12 | 7C | 34 | 3F |
| Octal | 157 | 322 | 165 | 57 | 0 | 54 | 22 | 174 | 64 | 77 |
| Binary | 1101111 | 11010010 | 1110101 | 101111 | 0 | 101100 | 10010 | 1111100 | 110100 | 111111 |
Color Harmonies of #6FD275
Complementary color
Monochromatic Colors of #6FD275
Black with #6FD275
Text Example
Text Example
White with #6FD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD275; }
p { color: rgb(111,210,117); }
H1.HeaderClassName
{
color: #6FD275;
}
.AnyTagClassName
{
color: #6FD275;
}
</style>
background-color css
<style>
a { background-color: #6FD275; }
a { background-color: rgb(111,210,117); }
div.DivClassName
{
background-color: #6FD275;
}
.BgClassName
{
background-color: #6FD275;
}
</style>
border-color css
<style>
span { border-color: #6FD275; }
span { border-color: rgb(111,210,117); }
td.TdClassName
{
border-color: #6FD275;
}
.TagClassName
{
border-color: #6FD275;
}
</style>