Shades of Apple #77BF43
Tints of Apple #77BF43
RGB
CMYK
RGB Variations
Color information
#77BF43 (or 0x77BF43) is known color: Apple. HEX triplet: 77, BF and 43. RGB value is (119,191,67). Sum of RGB (Red+Green+Blue) = 119+191+67=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF43 is #8840BC. Grayscale: #9B9B9B. Windows color (decimal): -8929469 or 4439927. OLE color: 4439927.
HSL color Cylindrical-coordinate representation of color #77BF43: hue angle of 94.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77BF43 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 67 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.25 |
| HSL | 94.84º | 0.49% | 0.51% | - |
| HSV(B) | 94.84º | 0.65% | 0.75% | - |
| XYZ | 27.25 | 41.59 | 11.9 | - |
| YUV | 155.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 67 | 0.38 | 0 | 0.65 | 0.25 | 94.84 | 0.49 | 0.51 |
| Hex | 77 | BF | 43 | 26 | 0 | 41 | 19 | 5F | 31 | 33 |
| Octal | 167 | 277 | 103 | 46 | 0 | 101 | 31 | 137 | 61 | 63 |
| Binary | 1110111 | 10111111 | 1000011 | 100110 | 0 | 1000001 | 11001 | 1011111 | 110001 | 110011 |
Color Harmonies of #77BF43
Complementary color
Monochromatic Colors of #77BF43
Black with #77BF43
Text Example
Text Example
White with #77BF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF43; }
p { color: rgb(119,191,67); }
H1.HeaderClassName
{
color: #77BF43;
}
.AnyTagClassName
{
color: #77BF43;
}
</style>
background-color css
<style>
a { background-color: #77BF43; }
a { background-color: rgb(119,191,67); }
div.DivClassName
{
background-color: #77BF43;
}
.BgClassName
{
background-color: #77BF43;
}
</style>
border-color css
<style>
span { border-color: #77BF43; }
span { border-color: rgb(119,191,67); }
td.TdClassName
{
border-color: #77BF43;
}
.TagClassName
{
border-color: #77BF43;
}
</style>