Shades of Pastel Green #6FD078
Tints of Pastel Green #6FD078
RGB
CMYK
RGB Variations
Color information
#6FD078 (or 0x6FD078) is known color: Pastel Green. HEX triplet: 6F, D0 and 78. RGB value is (111,208,120). Sum of RGB (Red+Green+Blue) = 111+208+120=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD078 is #902F87. Grayscale: #A9A9A9. Windows color (decimal): -9449352 or 7917679. OLE color: 7917679.
HSL color Cylindrical-coordinate representation of color #6FD078: hue angle of 125.57º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD078 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 120 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.18 |
| HSL | 125.57º | 0.51% | 0.63% | - |
| HSV(B) | 125.57º | 0.47% | 0.82% | - |
| XYZ | 32.5 | 49.85 | 25.68 | - |
| YUV | 168.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 120 | 0.47 | 0 | 0.42 | 0.18 | 125.57 | 0.51 | 0.63 |
| Hex | 6F | D0 | 78 | 2F | 0 | 2A | 12 | 7E | 33 | 3F |
| Octal | 157 | 320 | 170 | 57 | 0 | 52 | 22 | 176 | 63 | 77 |
| Binary | 1101111 | 11010000 | 1111000 | 101111 | 0 | 101010 | 10010 | 1111110 | 110011 | 111111 |
Color Harmonies of #6FD078
Complementary color
Monochromatic Colors of #6FD078
Black with #6FD078
Text Example
Text Example
White with #6FD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD078; }
p { color: rgb(111,208,120); }
H1.HeaderClassName
{
color: #6FD078;
}
.AnyTagClassName
{
color: #6FD078;
}
</style>
background-color css
<style>
a { background-color: #6FD078; }
a { background-color: rgb(111,208,120); }
div.DivClassName
{
background-color: #6FD078;
}
.BgClassName
{
background-color: #6FD078;
}
</style>
border-color css
<style>
span { border-color: #6FD078; }
span { border-color: rgb(111,208,120); }
td.TdClassName
{
border-color: #6FD078;
}
.TagClassName
{
border-color: #6FD078;
}
</style>