Shades of Pastel Green #78EB6C
Tints of Pastel Green #78EB6C
RGB
CMYK
RGB Variations
Color information
#78EB6C (or 0x78EB6C) is known color: Pastel Green. HEX triplet: 78, EB and 6C. RGB value is (120,235,108). Sum of RGB (Red+Green+Blue) = 120+235+108=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #78EB6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EB6C is #871493. Grayscale: #BABABA. Windows color (decimal): -8852628 or 7138168. OLE color: 7138168.
HSL color Cylindrical-coordinate representation of color #78EB6C: hue angle of 114.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78EB6C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
RGB | 120 | 235 | 108 | - |
CMYK | 0.49 | 0 | 0.54 | 0.08 |
HSL | 114.33º | 0.76% | 0.67% | - |
HSV(B) | 114.33º | 0.54% | 0.92% | - |
XYZ | 40.16 | 64.49 | 24.52 | - |
YUV | 186.14 | 83.9 | 80.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 235 | 108 | 0.49 | 0 | 0.54 | 0.08 | 114.33 | 0.76 | 0.67 |
Hex | 78 | EB | 6C | 31 | 0 | 36 | 8 | 72 | 4C | 43 |
Octal | 170 | 353 | 154 | 61 | 0 | 66 | 10 | 162 | 114 | 103 |
Binary | 1111000 | 11101011 | 1101100 | 110001 | 0 | 110110 | 1000 | 1110010 | 1001100 | 1000011 |
Color Harmonies of #78EB6C
Complementary color
Monochromatic Colors of #78EB6C
Black with #78EB6C
Text Example
Text Example
White with #78EB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EB6C; }
p { color: rgb(120,235,108); }
H1.HeaderClassName
{
color: #78EB6C;
}
.AnyTagClassName
{
color: #78EB6C;
}
</style>
background-color css
<style>
a { background-color: #78EB6C; }
a { background-color: rgb(120,235,108); }
div.DivClassName
{
background-color: #78EB6C;
}
.BgClassName
{
background-color: #78EB6C;
}
</style>
border-color css
<style>
span { border-color: #78EB6C; }
span { border-color: rgb(120,235,108); }
td.TdClassName
{
border-color: #78EB6C;
}
.TagClassName
{
border-color: #78EB6C;
}
</style>