Shades of Pastel Green #6FF885
Tints of Pastel Green #6FF885
RGB
CMYK
RGB Variations
Color information
#6FF885 (or 0x6FF885) is known color: Pastel Green. HEX triplet: 6F, F8 and 85. RGB value is (111,248,133). Sum of RGB (Red+Green+Blue) = 111+248+133=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF885 is #90077A. Grayscale: #C2C2C2. Windows color (decimal): -9439099 or 8779887. OLE color: 8779887.
HSL color Cylindrical-coordinate representation of color #6FF885: hue angle of 129.64º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF885 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 248 | 133 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.03 |
| HSL | 129.64º | 0.91% | 0.7% | - |
| HSV(B) | 129.64º | 0.55% | 0.97% | - |
| XYZ | 44.36 | 72.21 | 33.79 | - |
| YUV | 193.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 248 | 133 | 0.55 | 0 | 0.46 | 0.03 | 129.64 | 0.91 | 0.7 |
| Hex | 6F | F8 | 85 | 37 | 0 | 2E | 3 | 82 | 5B | 46 |
| Octal | 157 | 370 | 205 | 67 | 0 | 56 | 3 | 202 | 133 | 106 |
| Binary | 1101111 | 11111000 | 10000101 | 110111 | 0 | 101110 | 11 | 10000010 | 1011011 | 1000110 |
Color Harmonies of #6FF885
Complementary color
Monochromatic Colors of #6FF885
Black with #6FF885
Text Example
Text Example
White with #6FF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF885; }
p { color: rgb(111,248,133); }
H1.HeaderClassName
{
color: #6FF885;
}
.AnyTagClassName
{
color: #6FF885;
}
</style>
background-color css
<style>
a { background-color: #6FF885; }
a { background-color: rgb(111,248,133); }
div.DivClassName
{
background-color: #6FF885;
}
.BgClassName
{
background-color: #6FF885;
}
</style>
border-color css
<style>
span { border-color: #6FF885; }
span { border-color: rgb(111,248,133); }
td.TdClassName
{
border-color: #6FF885;
}
.TagClassName
{
border-color: #6FF885;
}
</style>