Shades of Pastel Green #6CF07A
Tints of Pastel Green #6CF07A
RGB
CMYK
RGB Variations
Color information
#6CF07A (or 0x6CF07A) is known color: Pastel Green. HEX triplet: 6C, F0 and 7A. RGB value is (108,240,122). Sum of RGB (Red+Green+Blue) = 108+240+122=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF07A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF07A is #930F85. Grayscale: #BBBBBB. Windows color (decimal): -9637766 or 8056940. OLE color: 8056940.
HSL color Cylindrical-coordinate representation of color #6CF07A: hue angle of 126.36º 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 #6CF07A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 122 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.06 |
| HSL | 126.36º | 0.81% | 0.68% | - |
| HSV(B) | 126.36º | 0.55% | 0.94% | - |
| XYZ | 40.86 | 66.91 | 29.17 | - |
| YUV | 187.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 122 | 0.55 | 0 | 0.49 | 0.06 | 126.36 | 0.81 | 0.68 |
| Hex | 6C | F0 | 7A | 37 | 0 | 31 | 6 | 7E | 51 | 44 |
| Octal | 154 | 360 | 172 | 67 | 0 | 61 | 6 | 176 | 121 | 104 |
| Binary | 1101100 | 11110000 | 1111010 | 110111 | 0 | 110001 | 110 | 1111110 | 1010001 | 1000100 |
Color Harmonies of #6CF07A
Complementary color
Monochromatic Colors of #6CF07A
Black with #6CF07A
Text Example
Text Example
White with #6CF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF07A; }
p { color: rgb(108,240,122); }
H1.HeaderClassName
{
color: #6CF07A;
}
.AnyTagClassName
{
color: #6CF07A;
}
</style>
background-color css
<style>
a { background-color: #6CF07A; }
a { background-color: rgb(108,240,122); }
div.DivClassName
{
background-color: #6CF07A;
}
.BgClassName
{
background-color: #6CF07A;
}
</style>
border-color css
<style>
span { border-color: #6CF07A; }
span { border-color: rgb(108,240,122); }
td.TdClassName
{
border-color: #6CF07A;
}
.TagClassName
{
border-color: #6CF07A;
}
</style>