Shades of Pastel Green #6FDF70
Tints of Pastel Green #6FDF70
RGB
CMYK
RGB Variations
Color information
#6FDF70 (or 0x6FDF70) is known color: Pastel Green. HEX triplet: 6F, DF and 70. RGB value is (111,223,112). Sum of RGB (Red+Green+Blue) = 111+223+112=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDF70 is #90208F. Grayscale: #B1B1B1. Windows color (decimal): -9445520 or 7397231. OLE color: 7397231.
HSL color Cylindrical-coordinate representation of color #6FDF70: hue angle of 120.54º 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 #6FDF70 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 112 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.13 |
| HSL | 120.54º | 0.64% | 0.65% | - |
| HSV(B) | 120.54º | 0.5% | 0.87% | - |
| XYZ | 35.87 | 57.32 | 24.5 | - |
| YUV | 176.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 112 | 0.50 | 0 | 0.50 | 0.13 | 120.54 | 0.64 | 0.65 |
| Hex | 6F | DF | 70 | 32 | 0 | 32 | D | 79 | 40 | 41 |
| Octal | 157 | 337 | 160 | 62 | 0 | 62 | 15 | 171 | 100 | 101 |
| Binary | 1101111 | 11011111 | 1110000 | 110010 | 0 | 110010 | 1101 | 1111001 | 1000000 | 1000001 |
Color Harmonies of #6FDF70
Complementary color
Monochromatic Colors of #6FDF70
Black with #6FDF70
Text Example
Text Example
White with #6FDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF70; }
p { color: rgb(111,223,112); }
H1.HeaderClassName
{
color: #6FDF70;
}
.AnyTagClassName
{
color: #6FDF70;
}
</style>
background-color css
<style>
a { background-color: #6FDF70; }
a { background-color: rgb(111,223,112); }
div.DivClassName
{
background-color: #6FDF70;
}
.BgClassName
{
background-color: #6FDF70;
}
</style>
border-color css
<style>
span { border-color: #6FDF70; }
span { border-color: rgb(111,223,112); }
td.TdClassName
{
border-color: #6FDF70;
}
.TagClassName
{
border-color: #6FDF70;
}
</style>