Shades of Pastel Green #6FE085
Tints of Pastel Green #6FE085
RGB
CMYK
RGB Variations
Color information
#6FE085 (or 0x6FE085) is known color: Pastel Green. HEX triplet: 6F, E0 and 85. RGB value is (111,224,133). Sum of RGB (Red+Green+Blue) = 111+224+133=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE085 is #901F7A. Grayscale: #B4B4B4. Windows color (decimal): -9445243 or 8773743. OLE color: 8773743.
HSL color Cylindrical-coordinate representation of color #6FE085: hue angle of 131.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE085 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 133 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.12 |
| HSL | 131.68º | 0.65% | 0.66% | - |
| HSV(B) | 131.68º | 0.5% | 0.88% | - |
| XYZ | 37.44 | 58.38 | 31.49 | - |
| YUV | 179.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 133 | 0.50 | 0 | 0.41 | 0.12 | 131.68 | 0.65 | 0.66 |
| Hex | 6F | E0 | 85 | 32 | 0 | 29 | C | 84 | 41 | 42 |
| Octal | 157 | 340 | 205 | 62 | 0 | 51 | 14 | 204 | 101 | 102 |
| Binary | 1101111 | 11100000 | 10000101 | 110010 | 0 | 101001 | 1100 | 10000100 | 1000001 | 1000010 |
Color Harmonies of #6FE085
Complementary color
Monochromatic Colors of #6FE085
Black with #6FE085
Text Example
Text Example
White with #6FE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE085; }
p { color: rgb(111,224,133); }
H1.HeaderClassName
{
color: #6FE085;
}
.AnyTagClassName
{
color: #6FE085;
}
</style>
background-color css
<style>
a { background-color: #6FE085; }
a { background-color: rgb(111,224,133); }
div.DivClassName
{
background-color: #6FE085;
}
.BgClassName
{
background-color: #6FE085;
}
</style>
border-color css
<style>
span { border-color: #6FE085; }
span { border-color: rgb(111,224,133); }
td.TdClassName
{
border-color: #6FE085;
}
.TagClassName
{
border-color: #6FE085;
}
</style>