#75c538

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

Shades of Apple #75C538

Tints of Apple #75C538

Color information

#75C538 (or 0x75C538) is unknown color: approx Apple. HEX triplet: 75, C5 and 38. RGB value is (117,197,56). Sum of RGB (Red+Green+Blue) = 117+197+56=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #75C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C538 is #8A3AC7. Grayscale: #9D9D9D. Windows color (decimal): -9059016 or 3720565. OLE color: 3720565.

HSL color Cylindrical-coordinate representation of color #75C538: hue angle of 94.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75C538 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB11719756-
CMYK0.4100.720.23
HSL94.04º55.73%49.61%-
HSV(B)94.04º71.57%77.25%-
XYZ28.024410.76-
YUV157.017199.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 197 (77.34% from 255) = 53.24%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=31.62%
G=53.24%
B=15.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117197560.4100.720.2394.0455.7349.61
Hex75C53829048175e3832
Octal16530570510110271367062
Binary11101011100010111100010100101001000101111011110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75c538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,197,56); }

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

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

 a { background-color: rgb(117,197,56); }

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

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

 span { border-color: rgb(117,197,56); }

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