Shades of Apple #78BD38
Tints of Apple #78BD38
RGB
CMYK
RGB Variations
Color information
#78BD38 (or 0x78BD38) is known color: Apple. HEX triplet: 78, BD and 38. RGB value is (120,189,56). Sum of RGB (Red+Green+Blue) = 120+189+56=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD38 is #8742C7. Grayscale: #999999. Windows color (decimal): -8864456 or 3718520. OLE color: 3718520.
HSL color Cylindrical-coordinate representation of color #78BD38: hue angle of 91.13º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78BD38 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 56 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.26 |
| HSL | 91.13º | 0.54% | 0.48% | - |
| HSV(B) | 91.13º | 0.7% | 0.74% | - |
| XYZ | 26.66 | 40.67 | 10.19 | - |
| YUV | 153.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 56 | 0.37 | 0 | 0.70 | 0.26 | 91.13 | 0.54 | 0.48 |
| Hex | 78 | BD | 38 | 25 | 0 | 46 | 1A | 5B | 36 | 30 |
| Octal | 170 | 275 | 70 | 45 | 0 | 106 | 32 | 133 | 66 | 60 |
| Binary | 1111000 | 10111101 | 111000 | 100101 | 0 | 1000110 | 11010 | 1011011 | 110110 | 110000 |
Color Harmonies of #78BD38
Complementary color
Monochromatic Colors of #78BD38
Black with #78BD38
Text Example
Text Example
White with #78BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD38; }
p { color: rgb(120,189,56); }
H1.HeaderClassName
{
color: #78BD38;
}
.AnyTagClassName
{
color: #78BD38;
}
</style>
background-color css
<style>
a { background-color: #78BD38; }
a { background-color: rgb(120,189,56); }
div.DivClassName
{
background-color: #78BD38;
}
.BgClassName
{
background-color: #78BD38;
}
</style>
border-color css
<style>
span { border-color: #78BD38; }
span { border-color: rgb(120,189,56); }
td.TdClassName
{
border-color: #78BD38;
}
.TagClassName
{
border-color: #78BD38;
}
</style>