Shades of Pastel Green #6FDF75
Tints of Pastel Green #6FDF75
RGB
CMYK
RGB Variations
Color information
#6FDF75 (or 0x6FDF75) is known color: Pastel Green. HEX triplet: 6F, DF and 75. RGB value is (111,223,117). Sum of RGB (Red+Green+Blue) = 111+223+117=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDF75 is #90208A. Grayscale: #B1B1B1. Windows color (decimal): -9445515 or 7724911. OLE color: 7724911.
HSL color Cylindrical-coordinate representation of color #6FDF75: hue angle of 123.21º degrees, saturation: 0.64, 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 #6FDF75 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 117 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.13 |
| HSL | 123.21º | 0.64% | 0.65% | - |
| HSV(B) | 123.21º | 0.5% | 0.87% | - |
| XYZ | 36.15 | 57.44 | 26.01 | - |
| YUV | 177.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 117 | 0.50 | 0 | 0.48 | 0.13 | 123.21 | 0.64 | 0.65 |
| Hex | 6F | DF | 75 | 32 | 0 | 30 | D | 7B | 40 | 41 |
| Octal | 157 | 337 | 165 | 62 | 0 | 60 | 15 | 173 | 100 | 101 |
| Binary | 1101111 | 11011111 | 1110101 | 110010 | 0 | 110000 | 1101 | 1111011 | 1000000 | 1000001 |
Color Harmonies of #6FDF75
Complementary color
Monochromatic Colors of #6FDF75
Black with #6FDF75
Text Example
Text Example
White with #6FDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF75; }
p { color: rgb(111,223,117); }
H1.HeaderClassName
{
color: #6FDF75;
}
.AnyTagClassName
{
color: #6FDF75;
}
</style>
background-color css
<style>
a { background-color: #6FDF75; }
a { background-color: rgb(111,223,117); }
div.DivClassName
{
background-color: #6FDF75;
}
.BgClassName
{
background-color: #6FDF75;
}
</style>
border-color css
<style>
span { border-color: #6FDF75; }
span { border-color: rgb(111,223,117); }
td.TdClassName
{
border-color: #6FDF75;
}
.TagClassName
{
border-color: #6FDF75;
}
</style>