#74CC40

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

Shades of Apple #74CC40

Tints of Apple #74CC40

Color information

#74CC40 (or 0x74CC40) is unknown color: approx Apple. HEX triplet: 74, CC and 40. RGB value is (116,204,64). Sum of RGB (Red+Green+Blue) = 116+204+64=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC40 is #8B33BF. Grayscale: #A2A2A2. Windows color (decimal): -9122752 or 4246644. OLE color: 4246644.

HSL color Cylindrical-coordinate representation of color #74CC40: hue angle of 97.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74CC40 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB11620464-
CMYK0.4300.690.2
HSL97.71º57.85%52.55%-
HSV(B)97.71º68.63%80%-
XYZ29.7247.2712.41-
YUV161.7372.8595.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 204 (80.08% from 255) = 53.12%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=30.21%
G=53.12%
B=16.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116204640.4300.690.297.7157.8552.55
Hex74CC402B04514623a35
Octal164314100530105241427265
Binary111010011001100100000010101101000101101001100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,64); }

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

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

 a { background-color: rgb(116,204,64); }

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

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

 span { border-color: rgb(116,204,64); }

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