Shades of Pastel Green #6CF091
Tints of Pastel Green #6CF091
RGB
CMYK
RGB Variations
Color information
#6CF091 (or 0x6CF091) is known color: Pastel Green. HEX triplet: 6C, F0 and 91. RGB value is (108,240,145). Sum of RGB (Red+Green+Blue) = 108+240+145=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF091 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF091 is #930F6E. Grayscale: #BDBDBD. Windows color (decimal): -9637743 or 9564268. OLE color: 9564268.
HSL color Cylindrical-coordinate representation of color #6CF091: hue angle of 136.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF091 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 145 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.06 |
| HSL | 136.82º | 0.81% | 0.68% | - |
| HSV(B) | 136.82º | 0.55% | 0.94% | - |
| XYZ | 42.46 | 67.55 | 37.59 | - |
| YUV | 189.7 | 102.77 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 145 | 0.55 | 0 | 0.40 | 0.06 | 136.82 | 0.81 | 0.68 |
| Hex | 6C | F0 | 91 | 37 | 0 | 28 | 6 | 89 | 51 | 44 |
| Octal | 154 | 360 | 221 | 67 | 0 | 50 | 6 | 211 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10010001 | 110111 | 0 | 101000 | 110 | 10001001 | 1010001 | 1000100 |
Color Harmonies of #6CF091
Complementary color
Monochromatic Colors of #6CF091
Black with #6CF091
Text Example
Text Example
White with #6CF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF091; }
p { color: rgb(108,240,145); }
H1.HeaderClassName
{
color: #6CF091;
}
.AnyTagClassName
{
color: #6CF091;
}
</style>
background-color css
<style>
a { background-color: #6CF091; }
a { background-color: rgb(108,240,145); }
div.DivClassName
{
background-color: #6CF091;
}
.BgClassName
{
background-color: #6CF091;
}
</style>
border-color css
<style>
span { border-color: #6CF091; }
span { border-color: rgb(108,240,145); }
td.TdClassName
{
border-color: #6CF091;
}
.TagClassName
{
border-color: #6CF091;
}
</style>