#75BE42

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

Shades of Apple #75BE42

Tints of Apple #75BE42

Color information

#75BE42 (or 0x75BE42) is unknown color: approx Apple. HEX triplet: 75, BE and 42. RGB value is (117,190,66). Sum of RGB (Red+Green+Blue) = 117+190+66=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE42 is #8A41BD. Grayscale: #9A9A9A. Windows color (decimal): -9060798 or 4374133. OLE color: 4374133.

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

Color convert

RGB11719066-
CMYK0.3800.650.25
HSL95.32º48.82%50.2%-
HSV(B)95.32º65.26%74.51%-
XYZ26.734111.66-
YUV154.0478.32101.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=31.37%
G=50.94%
B=17.69%

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
Decimal117190660.3800.650.2595.3248.8250.2
Hex75BE4226041195f3132
Octal165276102460101311376162
Binary111010110111110100001010011001000001110011011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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