#75c33b

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

Shades of Apple #75C33B

Tints of Apple #75C33B

Color information

#75C33B (or 0x75C33B) is unknown color: approx Apple. HEX triplet: 75, C3 and 3B. RGB value is (117,195,59). Sum of RGB (Red+Green+Blue) = 117+195+59=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #75C33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C33B is #8A3CC4. Grayscale: #9C9C9C. Windows color (decimal): -9059525 or 3916661. OLE color: 3916661.

HSL color Cylindrical-coordinate representation of color #75C33B: hue angle of 94.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75C33B is Cyan = 0.4, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB11719559-
CMYK0.400.700.24
HSL94.41º53.54%49.8%-
HSV(B)94.41º69.74%76.47%-
XYZ27.6443.1311.01-
YUV156.1773.16100.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=31.54%
G=52.56%
B=15.90%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117195590.400.700.2494.4153.5449.8
Hex75C33B28046185e3632
Octal16530373500106301366662
Binary11101011100001111101110100001000110110001011110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75c33b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,59); }

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

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

 a { background-color: rgb(117,195,59); }

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

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

 span { border-color: rgb(117,195,59); }

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