#74AF54

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

Shades of Apple #74AF54

Tints of Apple #74AF54

Color information

#74AF54 (or 0x74AF54) is unknown color: approx Apple. HEX triplet: 74, AF and 54. RGB value is (116,175,84). Sum of RGB (Red+Green+Blue) = 116+175+84=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF54 is #8B50AB. Grayscale: #939393. Windows color (decimal): -9130156 or 5549940. OLE color: 5549940.

HSL color Cylindrical-coordinate representation of color #74AF54: hue angle of 98.9º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74AF54 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB11617584-
CMYK0.3400.520.31
HSL98.9º36.25%50.78%-
HSV(B)98.9º52%68.63%-
XYZ24.1335.0113.87-
YUV146.9892.45105.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 175 (68.75% from 255) = 46.67%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=30.93%
G=46.67%
B=22.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175840.3400.520.3198.936.2550.78
Hex74AF54220341F632433
Octal16425712442064371434463
Binary11101001010111110101001000100110100111111100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,175,84); }

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

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

 a { background-color: rgb(116,175,84); }

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

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

 span { border-color: rgb(116,175,84); }

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