#75C041

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

Shades of Apple #75C041

Tints of Apple #75C041

Color information

#75C041 (or 0x75C041) is unknown color: approx Apple. HEX triplet: 75, C0 and 41. RGB value is (117,192,65). Sum of RGB (Red+Green+Blue) = 117+192+65=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #75C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C041 is #8A3FBE. Grayscale: #9B9B9B. Windows color (decimal): -9060287 or 4309109. OLE color: 4309109.

HSL color Cylindrical-coordinate representation of color #75C041: hue angle of 95.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75C041 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11719265-
CMYK0.3900.660.25
HSL95.43º50.2%50.39%-
HSV(B)95.43º66.15%75.29%-
XYZ27.1441.8611.65-
YUV155.177.15100.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 192 (75.39% from 255) = 51.34%
BLUE value IS 65 (25.78% from 255) = 17.38%
R=31.28%
G=51.34%
B=17.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117192650.3900.660.2595.4350.250.39
Hex75C04127042195f3232
Octal165300101470102311376262
Binary111010111000000100000110011101000010110011011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,65); }

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

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

 a { background-color: rgb(117,192,65); }

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

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

 span { border-color: rgb(117,192,65); }

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