Shades of Pastel Green #6FDC78
Tints of Pastel Green #6FDC78
RGB
CMYK
RGB Variations
Color information
#6FDC78 (or 0x6FDC78) is known color: Pastel Green. HEX triplet: 6F, DC and 78. RGB value is (111,220,120). Sum of RGB (Red+Green+Blue) = 111+220+120=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDC78 is #902387. Grayscale: #B0B0B0. Windows color (decimal): -9446280 or 7920751. OLE color: 7920751.
HSL color Cylindrical-coordinate representation of color #6FDC78: hue angle of 124.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDC78 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 120 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.14 |
| HSL | 124.95º | 0.61% | 0.65% | - |
| HSV(B) | 124.95º | 0.5% | 0.86% | - |
| XYZ | 35.54 | 55.92 | 26.69 | - |
| YUV | 176.01 | 96.39 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 120 | 0.50 | 0 | 0.45 | 0.14 | 124.95 | 0.61 | 0.65 |
| Hex | 6F | DC | 78 | 32 | 0 | 2D | E | 7D | 3D | 41 |
| Octal | 157 | 334 | 170 | 62 | 0 | 55 | 16 | 175 | 75 | 101 |
| Binary | 1101111 | 11011100 | 1111000 | 110010 | 0 | 101101 | 1110 | 1111101 | 111101 | 1000001 |
Color Harmonies of #6FDC78
Complementary color
Monochromatic Colors of #6FDC78
Black with #6FDC78
Text Example
Text Example
White with #6FDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC78; }
p { color: rgb(111,220,120); }
H1.HeaderClassName
{
color: #6FDC78;
}
.AnyTagClassName
{
color: #6FDC78;
}
</style>
background-color css
<style>
a { background-color: #6FDC78; }
a { background-color: rgb(111,220,120); }
div.DivClassName
{
background-color: #6FDC78;
}
.BgClassName
{
background-color: #6FDC78;
}
</style>
border-color css
<style>
span { border-color: #6FDC78; }
span { border-color: rgb(111,220,120); }
td.TdClassName
{
border-color: #6FDC78;
}
.TagClassName
{
border-color: #6FDC78;
}
</style>