Shades of Pastel Green #6FEA85
Tints of Pastel Green #6FEA85
RGB
CMYK
RGB Variations
Color information
#6FEA85 (or 0x6FEA85) is known color: Pastel Green. HEX triplet: 6F, EA and 85. RGB value is (111,234,133). Sum of RGB (Red+Green+Blue) = 111+234+133=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEA85 is #90157A. Grayscale: #B9B9B9. Windows color (decimal): -9442683 or 8776303. OLE color: 8776303.
HSL color Cylindrical-coordinate representation of color #6FEA85: hue angle of 130.73º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEA85 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 133 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.08 |
| HSL | 130.73º | 0.75% | 0.68% | - |
| HSV(B) | 130.73º | 0.53% | 0.92% | - |
| XYZ | 40.21 | 63.92 | 32.41 | - |
| YUV | 185.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 133 | 0.53 | 0 | 0.43 | 0.08 | 130.73 | 0.75 | 0.68 |
| Hex | 6F | EA | 85 | 35 | 0 | 2B | 8 | 83 | 4B | 44 |
| Octal | 157 | 352 | 205 | 65 | 0 | 53 | 10 | 203 | 113 | 104 |
| Binary | 1101111 | 11101010 | 10000101 | 110101 | 0 | 101011 | 1000 | 10000011 | 1001011 | 1000100 |
Color Harmonies of #6FEA85
Complementary color
Monochromatic Colors of #6FEA85
Black with #6FEA85
Text Example
Text Example
White with #6FEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEA85; }
p { color: rgb(111,234,133); }
H1.HeaderClassName
{
color: #6FEA85;
}
.AnyTagClassName
{
color: #6FEA85;
}
</style>
background-color css
<style>
a { background-color: #6FEA85; }
a { background-color: rgb(111,234,133); }
div.DivClassName
{
background-color: #6FEA85;
}
.BgClassName
{
background-color: #6FEA85;
}
</style>
border-color css
<style>
span { border-color: #6FEA85; }
span { border-color: rgb(111,234,133); }
td.TdClassName
{
border-color: #6FEA85;
}
.TagClassName
{
border-color: #6FEA85;
}
</style>