#74c547

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

Shades of Apple #74C547

Tints of Apple #74C547

Color information

#74C547 (or 0x74C547) is unknown color: approx Apple. HEX triplet: 74, C5 and 47. RGB value is (116,197,71). Sum of RGB (Red+Green+Blue) = 116+197+71=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #74C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C547 is #8B3AB8. Grayscale: #9E9E9E. Windows color (decimal): -9124537 or 4703604. OLE color: 4703604.

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

Color convert

RGB11619771-
CMYK0.4100.640.23
HSL98.57º52.07%52.55%-
HSV(B)98.57º63.96%77.25%-
XYZ28.3144.112.98-
YUV158.4278.6697.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 197 (77.34% from 255) = 51.30%
BLUE value IS 71 (28.12% from 255) = 18.49%
R=30.21%
G=51.30%
B=18.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116197710.4100.640.2398.5752.0752.55
Hex74C5472904017633435
Octal164305107510100271436465
Binary111010011000101100011110100101000000101111100011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74c547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,197,71); }

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

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

 a { background-color: rgb(116,197,71); }

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

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

 span { border-color: rgb(116,197,71); }

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