#75CA3D

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

Shades of Apple #75CA3D

Tints of Apple #75CA3D

Color information

#75CA3D (or 0x75CA3D) is unknown color: approx Apple. HEX triplet: 75, CA and 3D. RGB value is (117,202,61). Sum of RGB (Red+Green+Blue) = 117+202+61=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA3D is #8A35C2. Grayscale: #A0A0A0. Windows color (decimal): -9057731 or 4049525. OLE color: 4049525.

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

Color convert

RGB11720261-
CMYK0.4200.700.21
HSL96.17º57.09%51.57%-
HSV(B)96.17º69.8%79.22%-
XYZ29.346.3611.82-
YUV160.5171.8496.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=30.79%
G=53.16%
B=16.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202610.4200.700.2196.1757.0951.57
Hex75CA3D2A04615603934
Octal16531275520106251407164
Binary11101011100101011110110101001000110101011100000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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