Shades of Pastel Green #6FDA71
Tints of Pastel Green #6FDA71
RGB
CMYK
RGB Variations
Color information
#6FDA71 (or 0x6FDA71) is known color: Pastel Green. HEX triplet: 6F, DA and 71. RGB value is (111,218,113). Sum of RGB (Red+Green+Blue) = 111+218+113=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDA71 is #90258E. Grayscale: #AEAEAE. Windows color (decimal): -9446799 or 7461487. OLE color: 7461487.
HSL color Cylindrical-coordinate representation of color #6FDA71: hue angle of 121.12º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDA71 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 113 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.15 |
| HSL | 121.12º | 0.59% | 0.65% | - |
| HSV(B) | 121.12º | 0.49% | 0.85% | - |
| XYZ | 34.61 | 54.71 | 24.36 | - |
| YUV | 174.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 113 | 0.49 | 0 | 0.48 | 0.15 | 121.12 | 0.59 | 0.65 |
| Hex | 6F | DA | 71 | 31 | 0 | 30 | F | 79 | 3B | 41 |
| Octal | 157 | 332 | 161 | 61 | 0 | 60 | 17 | 171 | 73 | 101 |
| Binary | 1101111 | 11011010 | 1110001 | 110001 | 0 | 110000 | 1111 | 1111001 | 111011 | 1000001 |
Color Harmonies of #6FDA71
Complementary color
Monochromatic Colors of #6FDA71
Black with #6FDA71
Text Example
Text Example
White with #6FDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA71; }
p { color: rgb(111,218,113); }
H1.HeaderClassName
{
color: #6FDA71;
}
.AnyTagClassName
{
color: #6FDA71;
}
</style>
background-color css
<style>
a { background-color: #6FDA71; }
a { background-color: rgb(111,218,113); }
div.DivClassName
{
background-color: #6FDA71;
}
.BgClassName
{
background-color: #6FDA71;
}
</style>
border-color css
<style>
span { border-color: #6FDA71; }
span { border-color: rgb(111,218,113); }
td.TdClassName
{
border-color: #6FDA71;
}
.TagClassName
{
border-color: #6FDA71;
}
</style>