Shades of Pastel Green #6FDC60
Tints of Pastel Green #6FDC60
RGB
CMYK
RGB Variations
Color information
#6FDC60 (or 0x6FDC60) is known color: Pastel Green. HEX triplet: 6F, DC and 60. RGB value is (111,220,96). Sum of RGB (Red+Green+Blue) = 111+220+96=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDC60 is #90239F. Grayscale: #ADADAD. Windows color (decimal): -9446304 or 6347887. OLE color: 6347887.
HSL color Cylindrical-coordinate representation of color #6FDC60: hue angle of 112.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDC60 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 96 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.14 |
| HSL | 112.74º | 0.64% | 0.62% | - |
| HSV(B) | 112.74º | 0.56% | 0.86% | - |
| XYZ | 34.26 | 55.41 | 19.96 | - |
| YUV | 173.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 96 | 0.50 | 0 | 0.56 | 0.14 | 112.74 | 0.64 | 0.62 |
| Hex | 6F | DC | 60 | 32 | 0 | 38 | E | 71 | 40 | 3E |
| Octal | 157 | 334 | 140 | 62 | 0 | 70 | 16 | 161 | 100 | 76 |
| Binary | 1101111 | 11011100 | 1100000 | 110010 | 0 | 111000 | 1110 | 1110001 | 1000000 | 111110 |
Color Harmonies of #6FDC60
Complementary color
Monochromatic Colors of #6FDC60
Black with #6FDC60
Text Example
Text Example
White with #6FDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC60; }
p { color: rgb(111,220,96); }
H1.HeaderClassName
{
color: #6FDC60;
}
.AnyTagClassName
{
color: #6FDC60;
}
</style>
background-color css
<style>
a { background-color: #6FDC60; }
a { background-color: rgb(111,220,96); }
div.DivClassName
{
background-color: #6FDC60;
}
.BgClassName
{
background-color: #6FDC60;
}
</style>
border-color css
<style>
span { border-color: #6FDC60; }
span { border-color: rgb(111,220,96); }
td.TdClassName
{
border-color: #6FDC60;
}
.TagClassName
{
border-color: #6FDC60;
}
</style>