#74C935

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

Shades of Apple #74C935

Tints of Apple #74C935

Color information

#74C935 (or 0x74C935) is unknown color: approx Apple. HEX triplet: 74, C9 and 35. RGB value is (116,201,53). Sum of RGB (Red+Green+Blue) = 116+201+53=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #74C935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C935 is #8B36CA. Grayscale: #9F9F9F. Windows color (decimal): -9123531 or 3524980. OLE color: 3524980.

HSL color Cylindrical-coordinate representation of color #74C935: hue angle of 94.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74C935 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB11620153-
CMYK0.4200.740.21
HSL94.46º58.27%49.8%-
HSV(B)94.46º73.63%78.82%-
XYZ28.7345.7410.68-
YUV158.7168.3497.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 201 (78.91% from 255) = 54.32%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=31.35%
G=54.32%
B=14.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116201530.4200.740.2194.4658.2749.8
Hex74C9352A04A155e3a32
Octal16431165520112251367262
Binary11101001100100111010110101001001010101011011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C935; }

 p { color: rgb(116,201,53); }

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

<style>
 a { background-color: #74C935; }

 a { background-color: rgb(116,201,53); }

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

<style>
 span { border-color: #74C935; }

 span { border-color: rgb(116,201,53); }

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