Shades of Pastel Green #6FE160
Tints of Pastel Green #6FE160
RGB
CMYK
RGB Variations
Color information
#6FE160 (or 0x6FE160) is known color: Pastel Green. HEX triplet: 6F, E1 and 60. RGB value is (111,225,96). Sum of RGB (Red+Green+Blue) = 111+225+96=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE160 is #901E9F. Grayscale: #B0B0B0. Windows color (decimal): -9445024 or 6349167. OLE color: 6349167.
HSL color Cylindrical-coordinate representation of color #6FE160: hue angle of 113.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FE160 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 96 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.12 |
| HSL | 113.02º | 0.68% | 0.63% | - |
| HSV(B) | 113.02º | 0.57% | 0.88% | - |
| XYZ | 35.59 | 58.07 | 20.4 | - |
| YUV | 176.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 96 | 0.51 | 0 | 0.57 | 0.12 | 113.02 | 0.68 | 0.63 |
| Hex | 6F | E1 | 60 | 33 | 0 | 39 | C | 71 | 44 | 3F |
| Octal | 157 | 341 | 140 | 63 | 0 | 71 | 14 | 161 | 104 | 77 |
| Binary | 1101111 | 11100001 | 1100000 | 110011 | 0 | 111001 | 1100 | 1110001 | 1000100 | 111111 |
Color Harmonies of #6FE160
Complementary color
Monochromatic Colors of #6FE160
Black with #6FE160
Text Example
Text Example
White with #6FE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE160; }
p { color: rgb(111,225,96); }
H1.HeaderClassName
{
color: #6FE160;
}
.AnyTagClassName
{
color: #6FE160;
}
</style>
background-color css
<style>
a { background-color: #6FE160; }
a { background-color: rgb(111,225,96); }
div.DivClassName
{
background-color: #6FE160;
}
.BgClassName
{
background-color: #6FE160;
}
</style>
border-color css
<style>
span { border-color: #6FE160; }
span { border-color: rgb(111,225,96); }
td.TdClassName
{
border-color: #6FE160;
}
.TagClassName
{
border-color: #6FE160;
}
</style>