Shades of Pastel Green #6CF07C
Tints of Pastel Green #6CF07C
RGB
CMYK
RGB Variations
Color information
#6CF07C (or 0x6CF07C) is known color: Pastel Green. HEX triplet: 6C, F0 and 7C. RGB value is (108,240,124). Sum of RGB (Red+Green+Blue) = 108+240+124=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF07C is #930F83. Grayscale: #BBBBBB. Windows color (decimal): -9637764 or 8188012. OLE color: 8188012.
HSL color Cylindrical-coordinate representation of color #6CF07C: hue angle of 127.27º 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 #6CF07C is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 124 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.06 |
| HSL | 127.27º | 0.81% | 0.68% | - |
| HSV(B) | 127.27º | 0.55% | 0.94% | - |
| XYZ | 40.98 | 66.96 | 29.83 | - |
| YUV | 187.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 124 | 0.55 | 0 | 0.48 | 0.06 | 127.27 | 0.81 | 0.68 |
| Hex | 6C | F0 | 7C | 37 | 0 | 30 | 6 | 7F | 51 | 44 |
| Octal | 154 | 360 | 174 | 67 | 0 | 60 | 6 | 177 | 121 | 104 |
| Binary | 1101100 | 11110000 | 1111100 | 110111 | 0 | 110000 | 110 | 1111111 | 1010001 | 1000100 |
Color Harmonies of #6CF07C
Complementary color
Monochromatic Colors of #6CF07C
Black with #6CF07C
Text Example
Text Example
White with #6CF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF07C; }
p { color: rgb(108,240,124); }
H1.HeaderClassName
{
color: #6CF07C;
}
.AnyTagClassName
{
color: #6CF07C;
}
</style>
background-color css
<style>
a { background-color: #6CF07C; }
a { background-color: rgb(108,240,124); }
div.DivClassName
{
background-color: #6CF07C;
}
.BgClassName
{
background-color: #6CF07C;
}
</style>
border-color css
<style>
span { border-color: #6CF07C; }
span { border-color: rgb(108,240,124); }
td.TdClassName
{
border-color: #6CF07C;
}
.TagClassName
{
border-color: #6CF07C;
}
</style>