Shades of Pastel Green #6FDA82
Tints of Pastel Green #6FDA82
RGB
CMYK
RGB Variations
Color information
#6FDA82 (or 0x6FDA82) is known color: Pastel Green. HEX triplet: 6F, DA and 82. RGB value is (111,218,130). Sum of RGB (Red+Green+Blue) = 111+218+130=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDA82 is #90257D. Grayscale: #B0B0B0. Windows color (decimal): -9446782 or 8575599. OLE color: 8575599.
HSL color Cylindrical-coordinate representation of color #6FDA82: hue angle of 130.65º 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 #6FDA82 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 130 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.15 |
| HSL | 130.65º | 0.59% | 0.65% | - |
| HSV(B) | 130.65º | 0.49% | 0.85% | - |
| XYZ | 35.66 | 55.13 | 29.88 | - |
| YUV | 175.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 130 | 0.49 | 0 | 0.40 | 0.15 | 130.65 | 0.59 | 0.65 |
| Hex | 6F | DA | 82 | 31 | 0 | 28 | F | 83 | 3B | 41 |
| Octal | 157 | 332 | 202 | 61 | 0 | 50 | 17 | 203 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10000010 | 110001 | 0 | 101000 | 1111 | 10000011 | 111011 | 1000001 |
Color Harmonies of #6FDA82
Complementary color
Monochromatic Colors of #6FDA82
Black with #6FDA82
Text Example
Text Example
White with #6FDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA82; }
p { color: rgb(111,218,130); }
H1.HeaderClassName
{
color: #6FDA82;
}
.AnyTagClassName
{
color: #6FDA82;
}
</style>
background-color css
<style>
a { background-color: #6FDA82; }
a { background-color: rgb(111,218,130); }
div.DivClassName
{
background-color: #6FDA82;
}
.BgClassName
{
background-color: #6FDA82;
}
</style>
border-color css
<style>
span { border-color: #6FDA82; }
span { border-color: rgb(111,218,130); }
td.TdClassName
{
border-color: #6FDA82;
}
.TagClassName
{
border-color: #6FDA82;
}
</style>