Shades of Pastel Green #6DCF78
Tints of Pastel Green #6DCF78
RGB
CMYK
RGB Variations
Color information
#6DCF78 (or 0x6DCF78) is known color: Pastel Green. HEX triplet: 6D, CF and 78. RGB value is (109,207,120). Sum of RGB (Red+Green+Blue) = 109+207+120=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF78 is #923087. Grayscale: #A8A8A8. Windows color (decimal): -9580680 or 7917421. OLE color: 7917421.
HSL color Cylindrical-coordinate representation of color #6DCF78: hue angle of 126.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCF78 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 120 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.19 |
| HSL | 126.73º | 0.51% | 0.62% | - |
| HSV(B) | 126.73º | 0.47% | 0.81% | - |
| XYZ | 32.01 | 49.23 | 25.59 | - |
| YUV | 167.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 120 | 0.47 | 0 | 0.42 | 0.19 | 126.73 | 0.51 | 0.62 |
| Hex | 6D | CF | 78 | 2F | 0 | 2A | 13 | 7F | 33 | 3E |
| Octal | 155 | 317 | 170 | 57 | 0 | 52 | 23 | 177 | 63 | 76 |
| Binary | 1101101 | 11001111 | 1111000 | 101111 | 0 | 101010 | 10011 | 1111111 | 110011 | 111110 |
Color Harmonies of #6DCF78
Complementary color
Monochromatic Colors of #6DCF78
Black with #6DCF78
Text Example
Text Example
White with #6DCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF78; }
p { color: rgb(109,207,120); }
H1.HeaderClassName
{
color: #6DCF78;
}
.AnyTagClassName
{
color: #6DCF78;
}
</style>
background-color css
<style>
a { background-color: #6DCF78; }
a { background-color: rgb(109,207,120); }
div.DivClassName
{
background-color: #6DCF78;
}
.BgClassName
{
background-color: #6DCF78;
}
</style>
border-color css
<style>
span { border-color: #6DCF78; }
span { border-color: rgb(109,207,120); }
td.TdClassName
{
border-color: #6DCF78;
}
.TagClassName
{
border-color: #6DCF78;
}
</style>