Shades of Pastel Green #6FD482
Tints of Pastel Green #6FD482
RGB
CMYK
RGB Variations
Color information
#6FD482 (or 0x6FD482) is known color: Pastel Green. HEX triplet: 6F, D4 and 82. RGB value is (111,212,130). Sum of RGB (Red+Green+Blue) = 111+212+130=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD482 is #902B7D. Grayscale: #ACACAC. Windows color (decimal): -9448318 or 8574063. OLE color: 8574063.
HSL color Cylindrical-coordinate representation of color #6FD482: hue angle of 131.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD482 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 130 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.17 |
| HSL | 131.29º | 0.54% | 0.63% | - |
| HSV(B) | 131.29º | 0.48% | 0.83% | - |
| XYZ | 34.13 | 52.08 | 29.37 | - |
| YUV | 172.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 130 | 0.48 | 0 | 0.39 | 0.17 | 131.29 | 0.54 | 0.63 |
| Hex | 6F | D4 | 82 | 30 | 0 | 27 | 11 | 83 | 36 | 3F |
| Octal | 157 | 324 | 202 | 60 | 0 | 47 | 21 | 203 | 66 | 77 |
| Binary | 1101111 | 11010100 | 10000010 | 110000 | 0 | 100111 | 10001 | 10000011 | 110110 | 111111 |
Color Harmonies of #6FD482
Complementary color
Monochromatic Colors of #6FD482
Black with #6FD482
Text Example
Text Example
White with #6FD482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD482; }
p { color: rgb(111,212,130); }
H1.HeaderClassName
{
color: #6FD482;
}
.AnyTagClassName
{
color: #6FD482;
}
</style>
background-color css
<style>
a { background-color: #6FD482; }
a { background-color: rgb(111,212,130); }
div.DivClassName
{
background-color: #6FD482;
}
.BgClassName
{
background-color: #6FD482;
}
</style>
border-color css
<style>
span { border-color: #6FD482; }
span { border-color: rgb(111,212,130); }
td.TdClassName
{
border-color: #6FD482;
}
.TagClassName
{
border-color: #6FD482;
}
</style>