Shades of Apple #78BF41
Tints of Apple #78BF41
RGB
CMYK
RGB Variations
Color information
#78BF41 (or 0x78BF41) is known color: Apple. HEX triplet: 78, BF and 41. RGB value is (120,191,65). Sum of RGB (Red+Green+Blue) = 120+191+65=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF41 is #8740BE. Grayscale: #9B9B9B. Windows color (decimal): -8863935 or 4308856. OLE color: 4308856.
HSL color Cylindrical-coordinate representation of color #78BF41: hue angle of 93.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78BF41 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 65 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.25 |
| HSL | 93.81º | 0.5% | 0.5% | - |
| HSV(B) | 93.81º | 0.66% | 0.75% | - |
| XYZ | 27.33 | 41.64 | 11.6 | - |
| YUV | 155.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 65 | 0.37 | 0 | 0.66 | 0.25 | 93.81 | 0.5 | 0.5 |
| Hex | 78 | BF | 41 | 25 | 0 | 42 | 19 | 5E | 32 | 32 |
| Octal | 170 | 277 | 101 | 45 | 0 | 102 | 31 | 136 | 62 | 62 |
| Binary | 1111000 | 10111111 | 1000001 | 100101 | 0 | 1000010 | 11001 | 1011110 | 110010 | 110010 |
Color Harmonies of #78BF41
Complementary color
Monochromatic Colors of #78BF41
Black with #78BF41
Text Example
Text Example
White with #78BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BF41; }
p { color: rgb(120,191,65); }
H1.HeaderClassName
{
color: #78BF41;
}
.AnyTagClassName
{
color: #78BF41;
}
</style>
background-color css
<style>
a { background-color: #78BF41; }
a { background-color: rgb(120,191,65); }
div.DivClassName
{
background-color: #78BF41;
}
.BgClassName
{
background-color: #78BF41;
}
</style>
border-color css
<style>
span { border-color: #78BF41; }
span { border-color: rgb(120,191,65); }
td.TdClassName
{
border-color: #78BF41;
}
.TagClassName
{
border-color: #78BF41;
}
</style>