#75CA36

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

Shades of Apple #75CA36

Tints of Apple #75CA36

Color information

#75CA36 (or 0x75CA36) is unknown color: approx Apple. HEX triplet: 75, CA and 36. RGB value is (117,202,54). Sum of RGB (Red+Green+Blue) = 117+202+54=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA36 is #8A35C9. Grayscale: #A0A0A0. Windows color (decimal): -9057738 or 3590773. OLE color: 3590773.

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

Color convert

RGB11720254-
CMYK0.4200.730.21
HSL94.46º58.27%50.2%-
HSV(B)94.46º73.27%79.22%-
XYZ29.1246.2910.89-
YUV159.7168.3497.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 202 (79.30% from 255) = 54.16%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=31.37%
G=54.16%
B=14.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202540.4200.730.2194.4658.2750.2
Hex75CA362A049155e3a32
Octal16531266520111251367262
Binary11101011100101011011010101001001001101011011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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