#74BA44

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

Shades of Apple #74BA44

Tints of Apple #74BA44

Color information

#74BA44 (or 0x74BA44) is unknown color: approx Apple. HEX triplet: 74, BA and 44. RGB value is (116,186,68). Sum of RGB (Red+Green+Blue) = 116+186+68=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA44 is #8B45BB. Grayscale: #989898. Windows color (decimal): -9127356 or 4504180. OLE color: 4504180.

HSL color Cylindrical-coordinate representation of color #74BA44: hue angle of 95.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74BA44 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB11618668-
CMYK0.3800.630.27
HSL95.59º46.46%49.8%-
HSV(B)95.59º63.44%72.94%-
XYZ25.839.2511.68-
YUV151.6280.81102.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=31.35%
G=50.27%
B=18.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116186680.3800.630.2795.5946.4649.8
Hex74BA442603F1B602e32
Octal16427210446077331405662
Binary11101001011101010001001001100111111110111100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,186,68); }

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

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

 a { background-color: rgb(116,186,68); }

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

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

 span { border-color: rgb(116,186,68); }

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