#74B54B

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

Shades of Apple #74B54B

Tints of Apple #74B54B

Color information

#74B54B (or 0x74B54B) is unknown color: approx Apple. HEX triplet: 74, B5 and 4B. RGB value is (116,181,75). Sum of RGB (Red+Green+Blue) = 116+181+75=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #74B54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B54B is #8B4AB4. Grayscale: #959595. Windows color (decimal): -9128629 or 4961652. OLE color: 4961652.

HSL color Cylindrical-coordinate representation of color #74B54B: hue angle of 96.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74B54B is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB11618175-
CMYK0.3600.590.29
HSL96.79º41.73%50.2%-
HSV(B)96.79º58.56%70.98%-
XYZ2537.2712.53-
YUV149.4885.97104.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 181 (71.09% from 255) = 48.66%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=31.18%
G=48.66%
B=20.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116181750.3600.590.2996.7941.7350.2
Hex74B54B2403B1D612a32
Octal16426511344073351415262
Binary11101001011010110010111001000111011111011100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,75); }

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

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

 a { background-color: rgb(116,181,75); }

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

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

 span { border-color: rgb(116,181,75); }

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