#74C742

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

Shades of Apple #74C742

Tints of Apple #74C742

Color information

#74C742 (or 0x74C742) is unknown color: approx Apple. HEX triplet: 74, C7 and 42. RGB value is (116,199,66). Sum of RGB (Red+Green+Blue) = 116+199+66=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #74C742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C742 is #8B38BD. Grayscale: #9F9F9F. Windows color (decimal): -9124030 or 4376436. OLE color: 4376436.

HSL color Cylindrical-coordinate representation of color #74C742: hue angle of 97.44º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74C742 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB11619966-
CMYK0.4200.670.22
HSL97.44º54.29%51.96%-
HSV(B)97.44º66.83%78.04%-
XYZ28.6144.9512.32-
YUV159.0275.597.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 199 (78.12% from 255) = 52.23%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=30.45%
G=52.23%
B=17.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116199660.4200.670.2297.4454.2951.96
Hex74C7422A04316613634
Octal164307102520103261416664
Binary111010011000111100001010101001000011101101100001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,199,66); }

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

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

 a { background-color: rgb(116,199,66); }

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

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

 span { border-color: rgb(116,199,66); }

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