Shades of Pastel Green #6CF081
Tints of Pastel Green #6CF081
RGB
CMYK
RGB Variations
Color information
#6CF081 (or 0x6CF081) is known color: Pastel Green. HEX triplet: 6C, F0 and 81. RGB value is (108,240,129). Sum of RGB (Red+Green+Blue) = 108+240+129=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF081 is #930F7E. Grayscale: #BCBCBC. Windows color (decimal): -9637759 or 8515692. OLE color: 8515692.
HSL color Cylindrical-coordinate representation of color #6CF081: hue angle of 129.55º 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 #6CF081 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 129 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.06 |
| HSL | 129.55º | 0.81% | 0.68% | - |
| HSV(B) | 129.55º | 0.55% | 0.94% | - |
| XYZ | 41.31 | 67.09 | 31.54 | - |
| YUV | 187.88 | 94.77 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 129 | 0.55 | 0 | 0.46 | 0.06 | 129.55 | 0.81 | 0.68 |
| Hex | 6C | F0 | 81 | 37 | 0 | 2E | 6 | 82 | 51 | 44 |
| Octal | 154 | 360 | 201 | 67 | 0 | 56 | 6 | 202 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10000001 | 110111 | 0 | 101110 | 110 | 10000010 | 1010001 | 1000100 |
Color Harmonies of #6CF081
Complementary color
Monochromatic Colors of #6CF081
Black with #6CF081
Text Example
Text Example
White with #6CF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF081; }
p { color: rgb(108,240,129); }
H1.HeaderClassName
{
color: #6CF081;
}
.AnyTagClassName
{
color: #6CF081;
}
</style>
background-color css
<style>
a { background-color: #6CF081; }
a { background-color: rgb(108,240,129); }
div.DivClassName
{
background-color: #6CF081;
}
.BgClassName
{
background-color: #6CF081;
}
</style>
border-color css
<style>
span { border-color: #6CF081; }
span { border-color: rgb(108,240,129); }
td.TdClassName
{
border-color: #6CF081;
}
.TagClassName
{
border-color: #6CF081;
}
</style>