#74B84F

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

Shades of Apple #74B84F

Tints of Apple #74B84F

Color information

#74B84F (or 0x74B84F) is unknown color: approx Apple. HEX triplet: 74, B8 and 4F. RGB value is (116,184,79). Sum of RGB (Red+Green+Blue) = 116+184+79=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #74B84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B84F is #8B47B0. Grayscale: #989898. Windows color (decimal): -9127857 or 5224564. OLE color: 5224564.

HSL color Cylindrical-coordinate representation of color #74B84F: hue angle of 98.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74B84F is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB11618479-
CMYK0.3700.570.28
HSL98.86º42.51%51.57%-
HSV(B)98.86º57.07%72.16%-
XYZ25.7538.5613.48-
YUV151.786.97102.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=30.61%
G=48.55%
B=20.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116184790.3700.570.2898.8642.5151.57
Hex74B84F250391C632b34
Octal16427011745071341435364
Binary11101001011100010011111001010111001111001100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,184,79); }

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

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

 a { background-color: rgb(116,184,79); }

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

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

 span { border-color: rgb(116,184,79); }

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