#75C843

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

Shades of Apple #75C843

Tints of Apple #75C843

Color information

#75C843 (or 0x75C843) is unknown color: approx Apple. HEX triplet: 75, C8 and 43. RGB value is (117,200,67). Sum of RGB (Red+Green+Blue) = 117+200+67=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #75C843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C843 is #8A37BC. Grayscale: #A0A0A0. Windows color (decimal): -9058237 or 4442229. OLE color: 4442229.

HSL color Cylindrical-coordinate representation of color #75C843: hue angle of 97.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75C843 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB11720067-
CMYK0.4200.660.22
HSL97.44º54.73%52.35%-
HSV(B)97.44º66.5%78.43%-
XYZ2945.512.56-
YUV160.0275.597.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 200 (78.52% from 255) = 52.08%
BLUE value IS 67 (26.56% from 255) = 17.45%
R=30.47%
G=52.08%
B=17.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117200670.4200.660.2297.4454.7352.35
Hex75C8432A04216613734
Octal165310103520102261416764
Binary111010111001000100001110101001000010101101100001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,200,67); }

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

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

 a { background-color: rgb(117,200,67); }

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

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

 span { border-color: rgb(117,200,67); }

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