#75C33D

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

Shades of Apple #75C33D

Tints of Apple #75C33D

Color information

#75C33D (or 0x75C33D) is unknown color: approx Apple. HEX triplet: 75, C3 and 3D. RGB value is (117,195,61). Sum of RGB (Red+Green+Blue) = 117+195+61=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #75C33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C33D is #8A3CC2. Grayscale: #9C9C9C. Windows color (decimal): -9059523 or 4047733. OLE color: 4047733.

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

Color convert

RGB11719561-
CMYK0.400.690.24
HSL94.93º52.76%50.2%-
HSV(B)94.93º68.72%76.47%-
XYZ27.6943.1511.28-
YUV156.474.1699.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=31.37%
G=52.28%
B=16.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117195610.400.690.2494.9352.7650.2
Hex75C33D28045185f3532
Octal16530375500105301376562
Binary11101011100001111110110100001000101110001011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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