Shades of Apple #78CB35
Tints of Apple #78CB35
RGB
CMYK
RGB Variations
Color information
#78CB35 (or 0x78CB35) is known color: Apple. HEX triplet: 78, CB and 35. RGB value is (120,203,53). Sum of RGB (Red+Green+Blue) = 120+203+53=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CB35 is #8734CA. Grayscale: #A1A1A1. Windows color (decimal): -8860875 or 3525496. OLE color: 3525496.
HSL color Cylindrical-coordinate representation of color #78CB35: hue angle of 93.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78CB35 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 53 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.20 |
| HSL | 93.2º | 0.59% | 0.5% | - |
| HSV(B) | 93.2º | 0.74% | 0.8% | - |
| XYZ | 29.74 | 46.96 | 10.87 | - |
| YUV | 161.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 53 | 0.41 | 0 | 0.74 | 0.20 | 93.2 | 0.59 | 0.5 |
| Hex | 78 | CB | 35 | 29 | 0 | 4A | 14 | 5D | 3B | 32 |
| Octal | 170 | 313 | 65 | 51 | 0 | 112 | 24 | 135 | 73 | 62 |
| Binary | 1111000 | 11001011 | 110101 | 101001 | 0 | 1001010 | 10100 | 1011101 | 111011 | 110010 |
Color Harmonies of #78CB35
Complementary color
Monochromatic Colors of #78CB35
Black with #78CB35
Text Example
Text Example
White with #78CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CB35; }
p { color: rgb(120,203,53); }
H1.HeaderClassName
{
color: #78CB35;
}
.AnyTagClassName
{
color: #78CB35;
}
</style>
background-color css
<style>
a { background-color: #78CB35; }
a { background-color: rgb(120,203,53); }
div.DivClassName
{
background-color: #78CB35;
}
.BgClassName
{
background-color: #78CB35;
}
</style>
border-color css
<style>
span { border-color: #78CB35; }
span { border-color: rgb(120,203,53); }
td.TdClassName
{
border-color: #78CB35;
}
.TagClassName
{
border-color: #78CB35;
}
</style>