Shades of Pastel Green #6FE882
Tints of Pastel Green #6FE882
RGB
CMYK
RGB Variations
Color information
#6FE882 (or 0x6FE882) is known color: Pastel Green. HEX triplet: 6F, E8 and 82. RGB value is (111,232,130). Sum of RGB (Red+Green+Blue) = 111+232+130=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE882 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FE882 is #90177D. Grayscale: #B8B8B8. Windows color (decimal): -9443198 or 8579183. OLE color: 8579183.
HSL color Cylindrical-coordinate representation of color #6FE882: hue angle of 129.42º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE882 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 130 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.09 |
| HSL | 129.42º | 0.72% | 0.67% | - |
| HSV(B) | 129.42º | 0.52% | 0.91% | - |
| XYZ | 39.44 | 62.7 | 31.14 | - |
| YUV | 184.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 130 | 0.52 | 0 | 0.44 | 0.09 | 129.42 | 0.72 | 0.67 |
| Hex | 6F | E8 | 82 | 34 | 0 | 2C | 9 | 81 | 48 | 43 |
| Octal | 157 | 350 | 202 | 64 | 0 | 54 | 11 | 201 | 110 | 103 |
| Binary | 1101111 | 11101000 | 10000010 | 110100 | 0 | 101100 | 1001 | 10000001 | 1001000 | 1000011 |
Color Harmonies of #6FE882
Complementary color
Monochromatic Colors of #6FE882
Black with #6FE882
Text Example
Text Example
White with #6FE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE882; }
p { color: rgb(111,232,130); }
H1.HeaderClassName
{
color: #6FE882;
}
.AnyTagClassName
{
color: #6FE882;
}
</style>
background-color css
<style>
a { background-color: #6FE882; }
a { background-color: rgb(111,232,130); }
div.DivClassName
{
background-color: #6FE882;
}
.BgClassName
{
background-color: #6FE882;
}
</style>
border-color css
<style>
span { border-color: #6FE882; }
span { border-color: rgb(111,232,130); }
td.TdClassName
{
border-color: #6FE882;
}
.TagClassName
{
border-color: #6FE882;
}
</style>