#74BC39

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

Shades of Apple #74BC39

Tints of Apple #74BC39

Color information

#74BC39 (or 0x74BC39) is unknown color: approx Apple. HEX triplet: 74, BC and 39. RGB value is (116,188,57). Sum of RGB (Red+Green+Blue) = 116+188+57=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC39 is #8B43C6. Grayscale: #979797. Windows color (decimal): -9126855 or 3783796. OLE color: 3783796.

HSL color Cylindrical-coordinate representation of color #74BC39: hue angle of 92.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74BC39 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB11618857-
CMYK0.3800.700.26
HSL92.98º53.47%48.04%-
HSV(B)92.98º69.68%73.73%-
XYZ25.9239.9710.22-
YUV151.5474.65102.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=32.13%
G=52.08%
B=15.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116188570.3800.700.2692.9853.4748.04
Hex74BC39260461A5d3530
Octal16427471460106321356560
Binary11101001011110011100110011001000110110101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,188,57); }

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

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

 a { background-color: rgb(116,188,57); }

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

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

 span { border-color: rgb(116,188,57); }

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