Shades of Pastel Green #6FE155
Tints of Pastel Green #6FE155
RGB
CMYK
RGB Variations
Color information
#6FE155 (or 0x6FE155) is known color: Pastel Green. HEX triplet: 6F, E1 and 55. RGB value is (111,225,85). Sum of RGB (Red+Green+Blue) = 111+225+85=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE155 is #901EAA. Grayscale: #AFAFAF. Windows color (decimal): -9445035 or 5628271. OLE color: 5628271.
HSL color Cylindrical-coordinate representation of color #6FE155: hue angle of 108.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FE155 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 85 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.12 |
| HSL | 108.86º | 0.7% | 0.61% | - |
| HSV(B) | 108.86º | 0.62% | 0.88% | - |
| XYZ | 35.12 | 57.89 | 17.92 | - |
| YUV | 174.95 | 77.23 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 85 | 0.51 | 0 | 0.62 | 0.12 | 108.86 | 0.7 | 0.61 |
| Hex | 6F | E1 | 55 | 33 | 0 | 3E | C | 6D | 46 | 3D |
| Octal | 157 | 341 | 125 | 63 | 0 | 76 | 14 | 155 | 106 | 75 |
| Binary | 1101111 | 11100001 | 1010101 | 110011 | 0 | 111110 | 1100 | 1101101 | 1000110 | 111101 |
Color Harmonies of #6FE155
Complementary color
Monochromatic Colors of #6FE155
Black with #6FE155
Text Example
Text Example
White with #6FE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE155; }
p { color: rgb(111,225,85); }
H1.HeaderClassName
{
color: #6FE155;
}
.AnyTagClassName
{
color: #6FE155;
}
</style>
background-color css
<style>
a { background-color: #6FE155; }
a { background-color: rgb(111,225,85); }
div.DivClassName
{
background-color: #6FE155;
}
.BgClassName
{
background-color: #6FE155;
}
</style>
border-color css
<style>
span { border-color: #6FE155; }
span { border-color: rgb(111,225,85); }
td.TdClassName
{
border-color: #6FE155;
}
.TagClassName
{
border-color: #6FE155;
}
</style>