#76BE41

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

Shades of Apple #76BE41

Tints of Apple #76BE41

Color information

#76BE41 (or 0x76BE41) is unknown color: approx Apple. HEX triplet: 76, BE and 41. RGB value is (118,190,65). Sum of RGB (Red+Green+Blue) = 118+190+65=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE41 is #8941BE. Grayscale: #9A9A9A. Windows color (decimal): -8995263 or 4308598. OLE color: 4308598.

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

Color convert

RGB11819065-
CMYK0.3800.660.25
HSL94.56º49.02%50%-
HSV(B)94.56º65.79%74.51%-
XYZ26.8441.0611.51-
YUV154.2277.65102.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=31.64%
G=50.94%
B=17.43%

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
Decimal118190650.3800.660.2594.5649.0250
Hex76BE4126042195f3132
Octal166276101460102311376162
Binary111011010111110100000110011001000010110011011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BE41; }

 p { color: rgb(118,190,65); }

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

<style>
 a { background-color: #76BE41; }

 a { background-color: rgb(118,190,65); }

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

<style>
 span { border-color: #76BE41; }

 span { border-color: rgb(118,190,65); }

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