Shades of Pastel Green #6CF186
Tints of Pastel Green #6CF186
RGB
CMYK
RGB Variations
Color information
#6CF186 (or 0x6CF186) is known color: Pastel Green. HEX triplet: 6C, F1 and 86. RGB value is (108,241,134). Sum of RGB (Red+Green+Blue) = 108+241+134=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF186 is #930E79. Grayscale: #BDBDBD. Windows color (decimal): -9637498 or 8843628. OLE color: 8843628.
HSL color Cylindrical-coordinate representation of color #6CF186: hue angle of 131.73º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF186 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 134 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.05 |
| HSL | 131.73º | 0.83% | 0.68% | - |
| HSV(B) | 131.73º | 0.55% | 0.95% | - |
| XYZ | 41.94 | 67.82 | 33.43 | - |
| YUV | 189.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 134 | 0.55 | 0 | 0.44 | 0.05 | 131.73 | 0.83 | 0.68 |
| Hex | 6C | F1 | 86 | 37 | 0 | 2C | 5 | 84 | 53 | 44 |
| Octal | 154 | 361 | 206 | 67 | 0 | 54 | 5 | 204 | 123 | 104 |
| Binary | 1101100 | 11110001 | 10000110 | 110111 | 0 | 101100 | 101 | 10000100 | 1010011 | 1000100 |
Color Harmonies of #6CF186
Complementary color
Monochromatic Colors of #6CF186
Black with #6CF186
Text Example
Text Example
White with #6CF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF186; }
p { color: rgb(108,241,134); }
H1.HeaderClassName
{
color: #6CF186;
}
.AnyTagClassName
{
color: #6CF186;
}
</style>
background-color css
<style>
a { background-color: #6CF186; }
a { background-color: rgb(108,241,134); }
div.DivClassName
{
background-color: #6CF186;
}
.BgClassName
{
background-color: #6CF186;
}
</style>
border-color css
<style>
span { border-color: #6CF186; }
span { border-color: rgb(108,241,134); }
td.TdClassName
{
border-color: #6CF186;
}
.TagClassName
{
border-color: #6CF186;
}
</style>