Shades of Pastel Green #6FDD75
Tints of Pastel Green #6FDD75
RGB
CMYK
RGB Variations
Color information
#6FDD75 (or 0x6FDD75) is known color: Pastel Green. HEX triplet: 6F, DD and 75. RGB value is (111,221,117). Sum of RGB (Red+Green+Blue) = 111+221+117=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDD75 is #90228A. Grayscale: #B0B0B0. Windows color (decimal): -9446027 or 7724399. OLE color: 7724399.
HSL color Cylindrical-coordinate representation of color #6FDD75: hue angle of 123.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDD75 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 117 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.13 |
| HSL | 123.27º | 0.62% | 0.65% | - |
| HSV(B) | 123.27º | 0.5% | 0.87% | - |
| XYZ | 35.62 | 56.38 | 25.83 | - |
| YUV | 176.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 117 | 0.50 | 0 | 0.47 | 0.13 | 123.27 | 0.62 | 0.65 |
| Hex | 6F | DD | 75 | 32 | 0 | 2F | D | 7B | 3E | 41 |
| Octal | 157 | 335 | 165 | 62 | 0 | 57 | 15 | 173 | 76 | 101 |
| Binary | 1101111 | 11011101 | 1110101 | 110010 | 0 | 101111 | 1101 | 1111011 | 111110 | 1000001 |
Color Harmonies of #6FDD75
Complementary color
Monochromatic Colors of #6FDD75
Black with #6FDD75
Text Example
Text Example
White with #6FDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDD75; }
p { color: rgb(111,221,117); }
H1.HeaderClassName
{
color: #6FDD75;
}
.AnyTagClassName
{
color: #6FDD75;
}
</style>
background-color css
<style>
a { background-color: #6FDD75; }
a { background-color: rgb(111,221,117); }
div.DivClassName
{
background-color: #6FDD75;
}
.BgClassName
{
background-color: #6FDD75;
}
</style>
border-color css
<style>
span { border-color: #6FDD75; }
span { border-color: rgb(111,221,117); }
td.TdClassName
{
border-color: #6FDD75;
}
.TagClassName
{
border-color: #6FDD75;
}
</style>