#74C43E

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

Shades of Apple #74C43E

Tints of Apple #74C43E

Color information

#74C43E (or 0x74C43E) is unknown color: approx Apple. HEX triplet: 74, C4 and 3E. RGB value is (116,196,62). Sum of RGB (Red+Green+Blue) = 116+196+62=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #74C43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C43E is #8B3BC1. Grayscale: #9D9D9D. Windows color (decimal): -9124802 or 4113524. OLE color: 4113524.

HSL color Cylindrical-coordinate representation of color #74C43E: hue angle of 95.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74C43E is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB11619662-
CMYK0.4100.680.23
HSL95.82º53.17%50.59%-
HSV(B)95.82º68.37%76.86%-
XYZ27.8143.5411.5-
YUV156.874.598.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 196 (76.95% from 255) = 52.41%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=31.02%
G=52.41%
B=16.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116196620.4100.680.2395.8253.1750.59
Hex74C43E2904417603533
Octal16430476510104271406563
Binary11101001100010011111010100101000100101111100000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,196,62); }

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

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

 a { background-color: rgb(116,196,62); }

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

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

 span { border-color: rgb(116,196,62); }

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