Shades of Pastel Green #6FF482
Tints of Pastel Green #6FF482
RGB
CMYK
RGB Variations
Color information
#6FF482 (or 0x6FF482) is known color: Pastel Green. HEX triplet: 6F, F4 and 82. RGB value is (111,244,130). Sum of RGB (Red+Green+Blue) = 111+244+130=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #6FF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF482 is #900B7D. Grayscale: #BFBFBF. Windows color (decimal): -9440126 or 8582255. OLE color: 8582255.
HSL color Cylindrical-coordinate representation of color #6FF482: hue angle of 128.57º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF482 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 244 | 130 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.04 |
| HSL | 128.57º | 0.86% | 0.7% | - |
| HSV(B) | 128.57º | 0.55% | 0.96% | - |
| XYZ | 42.94 | 69.69 | 32.31 | - |
| YUV | 191.24 | 93.44 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 244 | 130 | 0.55 | 0 | 0.47 | 0.04 | 128.57 | 0.86 | 0.7 |
| Hex | 6F | F4 | 82 | 37 | 0 | 2F | 4 | 81 | 56 | 46 |
| Octal | 157 | 364 | 202 | 67 | 0 | 57 | 4 | 201 | 126 | 106 |
| Binary | 1101111 | 11110100 | 10000010 | 110111 | 0 | 101111 | 100 | 10000001 | 1010110 | 1000110 |
Color Harmonies of #6FF482
Complementary color
Monochromatic Colors of #6FF482
Black with #6FF482
Text Example
Text Example
White with #6FF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF482; }
p { color: rgb(111,244,130); }
H1.HeaderClassName
{
color: #6FF482;
}
.AnyTagClassName
{
color: #6FF482;
}
</style>
background-color css
<style>
a { background-color: #6FF482; }
a { background-color: rgb(111,244,130); }
div.DivClassName
{
background-color: #6FF482;
}
.BgClassName
{
background-color: #6FF482;
}
</style>
border-color css
<style>
span { border-color: #6FF482; }
span { border-color: rgb(111,244,130); }
td.TdClassName
{
border-color: #6FF482;
}
.TagClassName
{
border-color: #6FF482;
}
</style>