#75CA3F

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

Shades of Apple #75CA3F

Tints of Apple #75CA3F

Color information

#75CA3F (or 0x75CA3F) is unknown color: approx Apple. HEX triplet: 75, CA and 3F. RGB value is (117,202,63). Sum of RGB (Red+Green+Blue) = 117+202+63=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA3F is #8A35C0. Grayscale: #A1A1A1. Windows color (decimal): -9057729 or 4180597. OLE color: 4180597.

HSL color Cylindrical-coordinate representation of color #75CA3F: hue angle of 96.69º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75CA3F is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB11720263-
CMYK0.4200.690.21
HSL96.69º56.73%51.96%-
HSV(B)96.69º68.81%79.22%-
XYZ29.3546.3812.11-
YUV160.7472.8496.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 63 (25% from 255) = 16.49%
R=30.63%
G=52.88%
B=16.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202630.4200.690.2196.6956.7351.96
Hex75CA3F2A04515613934
Octal16531277520105251417164
Binary11101011100101011111110101001000101101011100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,63); }

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

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

 a { background-color: rgb(117,202,63); }

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

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

 span { border-color: rgb(117,202,63); }

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