Shades of Pastel Green #6FE485
Tints of Pastel Green #6FE485
RGB
CMYK
RGB Variations
Color information
#6FE485 (or 0x6FE485) is known color: Pastel Green. HEX triplet: 6F, E4 and 85. RGB value is (111,228,133). Sum of RGB (Red+Green+Blue) = 111+228+133=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE485 is #901B7A. Grayscale: #B6B6B6. Windows color (decimal): -9444219 or 8774767. OLE color: 8774767.
HSL color Cylindrical-coordinate representation of color #6FE485: hue angle of 131.28º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE485 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 133 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.11 |
| HSL | 131.28º | 0.68% | 0.66% | - |
| HSV(B) | 131.28º | 0.51% | 0.89% | - |
| XYZ | 38.53 | 60.56 | 31.85 | - |
| YUV | 182.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 133 | 0.51 | 0 | 0.42 | 0.11 | 131.28 | 0.68 | 0.66 |
| Hex | 6F | E4 | 85 | 33 | 0 | 2A | B | 83 | 44 | 42 |
| Octal | 157 | 344 | 205 | 63 | 0 | 52 | 13 | 203 | 104 | 102 |
| Binary | 1101111 | 11100100 | 10000101 | 110011 | 0 | 101010 | 1011 | 10000011 | 1000100 | 1000010 |
Color Harmonies of #6FE485
Complementary color
Monochromatic Colors of #6FE485
Black with #6FE485
Text Example
Text Example
White with #6FE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE485; }
p { color: rgb(111,228,133); }
H1.HeaderClassName
{
color: #6FE485;
}
.AnyTagClassName
{
color: #6FE485;
}
</style>
background-color css
<style>
a { background-color: #6FE485; }
a { background-color: rgb(111,228,133); }
div.DivClassName
{
background-color: #6FE485;
}
.BgClassName
{
background-color: #6FE485;
}
</style>
border-color css
<style>
span { border-color: #6FE485; }
span { border-color: rgb(111,228,133); }
td.TdClassName
{
border-color: #6FE485;
}
.TagClassName
{
border-color: #6FE485;
}
</style>