Shades of Pastel Green #6FE782
Tints of Pastel Green #6FE782
RGB
CMYK
RGB Variations
Color information
#6FE782 (or 0x6FE782) is known color: Pastel Green. HEX triplet: 6F, E7 and 82. RGB value is (111,231,130). Sum of RGB (Red+Green+Blue) = 111+231+130=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE782 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FE782 is #90187D. Grayscale: #B7B7B7. Windows color (decimal): -9443454 or 8578927. OLE color: 8578927.
HSL color Cylindrical-coordinate representation of color #6FE782: hue angle of 129.5º degrees, saturation: 0.71, 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 #6FE782 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 130 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.09 |
| HSL | 129.5º | 0.71% | 0.67% | - |
| HSV(B) | 129.5º | 0.52% | 0.91% | - |
| XYZ | 39.16 | 62.14 | 31.05 | - |
| YUV | 183.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 130 | 0.52 | 0 | 0.44 | 0.09 | 129.5 | 0.71 | 0.67 |
| Hex | 6F | E7 | 82 | 34 | 0 | 2C | 9 | 82 | 47 | 43 |
| Octal | 157 | 347 | 202 | 64 | 0 | 54 | 11 | 202 | 107 | 103 |
| Binary | 1101111 | 11100111 | 10000010 | 110100 | 0 | 101100 | 1001 | 10000010 | 1000111 | 1000011 |
Color Harmonies of #6FE782
Complementary color
Monochromatic Colors of #6FE782
Black with #6FE782
Text Example
Text Example
White with #6FE782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE782; }
p { color: rgb(111,231,130); }
H1.HeaderClassName
{
color: #6FE782;
}
.AnyTagClassName
{
color: #6FE782;
}
</style>
background-color css
<style>
a { background-color: #6FE782; }
a { background-color: rgb(111,231,130); }
div.DivClassName
{
background-color: #6FE782;
}
.BgClassName
{
background-color: #6FE782;
}
</style>
border-color css
<style>
span { border-color: #6FE782; }
span { border-color: rgb(111,231,130); }
td.TdClassName
{
border-color: #6FE782;
}
.TagClassName
{
border-color: #6FE782;
}
</style>