#77BF41

Color #77BF41 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #77BF41

Tints of Apple #77BF41

Color information

#77BF41 (or 0x77BF41) is unknown color: approx Apple. HEX triplet: 77, BF and 41. RGB value is (119,191,65). Sum of RGB (Red+Green+Blue) = 119+191+65=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF41 is #8840BE. Grayscale: #9B9B9B. Windows color (decimal): -8929471 or 4308855. OLE color: 4308855.

HSL color Cylindrical-coordinate representation of color #77BF41: hue angle of 94.29º 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 #77BF41 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11919165-
CMYK0.3800.660.25
HSL94.29º49.61%50.2%-
HSV(B)94.29º65.97%74.9%-
XYZ27.1941.5711.59-
YUV155.1177.15102.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 65 (25.78% from 255) = 17.33%
R=31.73%
G=50.93%
B=17.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119191650.3800.660.2594.2949.6150.2
Hex77BF4126042195e3232
Octal167277101460102311366262
Binary111011110111111100000110011001000010110011011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BF41; }

 p { color: rgb(119,191,65); }

 H1.HeaderClassName
 {
   color: #77BF41;
 }
 .AnyTagClassName
 {
   color: #77BF41;
 }
</style>
background-color css

<style>
 a { background-color: #77BF41; }

 a { background-color: rgb(119,191,65); }

 div.DivClassName
 {
   background-color: #77BF41;
 }
 .BgClassName
 {
   background-color: #77BF41;
 }
</style>
border-color css

<style>
 span { border-color: #77BF41; }

 span { border-color: rgb(119,191,65); }

 td.TdClassName
 {
   border-color: #77BF41;
 }
 .TagClassName
 {
   border-color: #77BF41;
 }
</style>