#74C13F

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

Shades of Apple #74C13F

Tints of Apple #74C13F

Color information

#74C13F (or 0x74C13F) is unknown color: approx Apple. HEX triplet: 74, C1 and 3F. RGB value is (116,193,63). Sum of RGB (Red+Green+Blue) = 116+193+63=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #74C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C13F is #8B3EC0. Grayscale: #9B9B9B. Windows color (decimal): -9125569 or 4178292. OLE color: 4178292.

HSL color Cylindrical-coordinate representation of color #74C13F: hue angle of 95.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74C13F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB11619363-
CMYK0.4000.670.24
HSL95.54º51.18%50.2%-
HSV(B)95.54º67.36%75.69%-
XYZ27.1742.2111.42-
YUV155.1675.99100.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 63 (25% from 255) = 16.94%
R=31.18%
G=51.88%
B=16.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116193630.4000.670.2495.5451.1850.2
Hex74C13F2804318603332
Octal16430177500103301406362
Binary11101001100000111111110100001000011110001100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,63); }

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

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

 a { background-color: rgb(116,193,63); }

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

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

 span { border-color: rgb(116,193,63); }

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