#75CC36

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

Shades of Apple #75CC36

Tints of Apple #75CC36

Color information

#75CC36 (or 0x75CC36) is unknown color: approx Apple. HEX triplet: 75, CC and 36. RGB value is (117,204,54). Sum of RGB (Red+Green+Blue) = 117+204+54=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC36 is #8A33C9. Grayscale: #A1A1A1. Windows color (decimal): -9057226 or 3591285. OLE color: 3591285.

HSL color Cylindrical-coordinate representation of color #75CC36: hue angle of 94.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75CC36 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB11720454-
CMYK0.4300.740.2
HSL94.8º59.52%50.59%-
HSV(B)94.8º73.53%80%-
XYZ29.5947.2311.05-
YUV160.8967.6896.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 204 (80.08% from 255) = 54.4%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=31.2%
G=54.4%
B=14.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117204540.4300.740.294.859.5250.59
Hex75CC362B04A145f3c33
Octal16531466530112241377463
Binary11101011100110011011010101101001010101001011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,54); }

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

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

 a { background-color: rgb(117,204,54); }

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

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

 span { border-color: rgb(117,204,54); }

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