#75C13B

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

Shades of Apple #75C13B

Tints of Apple #75C13B

Color information

#75C13B (or 0x75C13B) is unknown color: approx Apple. HEX triplet: 75, C1 and 3B. RGB value is (117,193,59). Sum of RGB (Red+Green+Blue) = 117+193+59=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #75C13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C13B is #8A3EC4. Grayscale: #9B9B9B. Windows color (decimal): -9060037 or 3916149. OLE color: 3916149.

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

Color convert

RGB11719359-
CMYK0.3900.690.24
HSL94.03º53.17%49.41%-
HSV(B)94.03º69.43%75.69%-
XYZ27.242.2410.86-
YUV15573.82100.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 193 (75.78% from 255) = 52.30%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=31.71%
G=52.30%
B=15.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117193590.3900.690.2494.0353.1749.41
Hex75C13B27045185e3531
Octal16530173470105301366561
Binary11101011100000111101110011101000101110001011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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