#76BE43

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

Shades of Apple #76BE43

Tints of Apple #76BE43

Color information

#76BE43 (or 0x76BE43) is unknown color: approx Apple. HEX triplet: 76, BE and 43. RGB value is (118,190,67). Sum of RGB (Red+Green+Blue) = 118+190+67=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE43 is #8941BC. Grayscale: #9A9A9A. Windows color (decimal): -8995261 or 4439670. OLE color: 4439670.

HSL color Cylindrical-coordinate representation of color #76BE43: hue angle of 95.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76BE43 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB11819067-
CMYK0.3800.650.25
HSL95.12º48.62%50.39%-
HSV(B)95.12º64.74%74.51%-
XYZ26.941.0811.82-
YUV154.4578.65102-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 67 (26.56% from 255) = 17.87%
R=31.47%
G=50.67%
B=17.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190670.3800.650.2595.1248.6250.39
Hex76BE4326041195f3132
Octal166276103460101311376162
Binary111011010111110100001110011001000001110011011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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