Shades of Pastel Green #6CF486
Tints of Pastel Green #6CF486
RGB
CMYK
RGB Variations
Color information
#6CF486 (or 0x6CF486) is known color: Pastel Green. HEX triplet: 6C, F4 and 86. RGB value is (108,244,134). Sum of RGB (Red+Green+Blue) = 108+244+134=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF486 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF486 is #930B79. Grayscale: #BFBFBF. Windows color (decimal): -9636730 or 8844396. OLE color: 8844396.
HSL color Cylindrical-coordinate representation of color #6CF486: hue angle of 131.47º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF486 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 244 | 134 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.04 |
| HSL | 131.47º | 0.86% | 0.69% | - |
| HSV(B) | 131.47º | 0.56% | 0.96% | - |
| XYZ | 42.84 | 69.61 | 33.73 | - |
| YUV | 190.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 244 | 134 | 0.56 | 0 | 0.45 | 0.04 | 131.47 | 0.86 | 0.69 |
| Hex | 6C | F4 | 86 | 38 | 0 | 2D | 4 | 83 | 56 | 45 |
| Octal | 154 | 364 | 206 | 70 | 0 | 55 | 4 | 203 | 126 | 105 |
| Binary | 1101100 | 11110100 | 10000110 | 111000 | 0 | 101101 | 100 | 10000011 | 1010110 | 1000101 |
Color Harmonies of #6CF486
Complementary color
Monochromatic Colors of #6CF486
Black with #6CF486
Text Example
Text Example
White with #6CF486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF486; }
p { color: rgb(108,244,134); }
H1.HeaderClassName
{
color: #6CF486;
}
.AnyTagClassName
{
color: #6CF486;
}
</style>
background-color css
<style>
a { background-color: #6CF486; }
a { background-color: rgb(108,244,134); }
div.DivClassName
{
background-color: #6CF486;
}
.BgClassName
{
background-color: #6CF486;
}
</style>
border-color css
<style>
span { border-color: #6CF486; }
span { border-color: rgb(108,244,134); }
td.TdClassName
{
border-color: #6CF486;
}
.TagClassName
{
border-color: #6CF486;
}
</style>