#75BE40

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

Shades of Apple #75BE40

Tints of Apple #75BE40

Color information

#75BE40 (or 0x75BE40) is unknown color: approx Apple. HEX triplet: 75, BE and 40. RGB value is (117,190,64). Sum of RGB (Red+Green+Blue) = 117+190+64=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE40 is #8A41BF. Grayscale: #9A9A9A. Windows color (decimal): -9060800 or 4243061. OLE color: 4243061.

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

Color convert

RGB11719064-
CMYK0.3800.660.25
HSL94.76º49.61%49.8%-
HSV(B)94.76º66.32%74.51%-
XYZ26.6740.9811.35-
YUV153.8177.32101.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=31.54%
G=51.21%
B=17.25%

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
Decimal117190640.3800.660.2594.7649.6149.8
Hex75BE4026042195f3232
Octal165276100460102311376262
Binary111010110111110100000010011001000010110011011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BE40; }

 p { color: rgb(117,190,64); }

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

<style>
 a { background-color: #75BE40; }

 a { background-color: rgb(117,190,64); }

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

<style>
 span { border-color: #75BE40; }

 span { border-color: rgb(117,190,64); }

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