#75C135

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

Shades of Apple #75C135

Tints of Apple #75C135

Color information

#75C135 (or 0x75C135) is unknown color: approx Apple. HEX triplet: 75, C1 and 35. RGB value is (117,193,53). Sum of RGB (Red+Green+Blue) = 117+193+53=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #75C135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C135 is #8A3ECA. Grayscale: #9A9A9A. Windows color (decimal): -9060043 or 3522933. OLE color: 3522933.

HSL color Cylindrical-coordinate representation of color #75C135: hue angle of 92.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75C135 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB11719353-
CMYK0.3900.730.24
HSL92.57º56.91%48.24%-
HSV(B)92.57º72.54%75.69%-
XYZ27.0542.1810.08-
YUV154.3270.82101.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=32.23%
G=53.17%
B=14.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117193530.3900.730.2492.5756.9148.24
Hex75C13527049185d3930
Octal16530165470111301357160
Binary11101011100000111010110011101001001110001011101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,53); }

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

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

 a { background-color: rgb(117,193,53); }

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

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

 span { border-color: rgb(117,193,53); }

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