#75C43E

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

Shades of Apple #75C43E

Tints of Apple #75C43E

Color information

#75C43E (or 0x75C43E) is unknown color: approx Apple. HEX triplet: 75, C4 and 3E. RGB value is (117,196,62). Sum of RGB (Red+Green+Blue) = 117+196+62=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #75C43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C43E is #8A3BC1. Grayscale: #9D9D9D. Windows color (decimal): -9059266 or 4113525. OLE color: 4113525.

HSL color Cylindrical-coordinate representation of color #75C43E: hue angle of 95.37º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75C43E is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB11719662-
CMYK0.4000.680.23
HSL95.37º53.17%50.59%-
HSV(B)95.37º68.37%76.86%-
XYZ27.9543.6111.5-
YUV157.174.3399.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=31.2%
G=52.27%
B=16.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117196620.4000.680.2395.3753.1750.59
Hex75C43E28044175f3533
Octal16530476500104271376563
Binary11101011100010011111010100001000100101111011111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,196,62); }

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

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

 a { background-color: rgb(117,196,62); }

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

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

 span { border-color: rgb(117,196,62); }

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