Shades of Apple #77BE45
Tints of Apple #77BE45
RGB
CMYK
RGB Variations
Color information
#77BE45 (or 0x77BE45) is known color: Apple. HEX triplet: 77, BE and 45. RGB value is (119,190,69). Sum of RGB (Red+Green+Blue) = 119+190+69=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BE45 is #8841BA. Grayscale: #9B9B9B. Windows color (decimal): -8929723 or 4570743. OLE color: 4570743.
HSL color Cylindrical-coordinate representation of color #77BE45: hue angle of 95.21º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77BE45 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 69 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.25 |
| HSL | 95.21º | 0.48% | 0.51% | - |
| HSV(B) | 95.21º | 0.64% | 0.75% | - |
| XYZ | 27.1 | 41.18 | 12.15 | - |
| YUV | 154.98 | 79.48 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 69 | 0.37 | 0 | 0.64 | 0.25 | 95.21 | 0.48 | 0.51 |
| Hex | 77 | BE | 45 | 25 | 0 | 40 | 19 | 5F | 30 | 33 |
| Octal | 167 | 276 | 105 | 45 | 0 | 100 | 31 | 137 | 60 | 63 |
| Binary | 1110111 | 10111110 | 1000101 | 100101 | 0 | 1000000 | 11001 | 1011111 | 110000 | 110011 |
Color Harmonies of #77BE45
Complementary color
Monochromatic Colors of #77BE45
Black with #77BE45
Text Example
Text Example
White with #77BE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE45; }
p { color: rgb(119,190,69); }
H1.HeaderClassName
{
color: #77BE45;
}
.AnyTagClassName
{
color: #77BE45;
}
</style>
background-color css
<style>
a { background-color: #77BE45; }
a { background-color: rgb(119,190,69); }
div.DivClassName
{
background-color: #77BE45;
}
.BgClassName
{
background-color: #77BE45;
}
</style>
border-color css
<style>
span { border-color: #77BE45; }
span { border-color: rgb(119,190,69); }
td.TdClassName
{
border-color: #77BE45;
}
.TagClassName
{
border-color: #77BE45;
}
</style>