#74DA36

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

Shades of Apple #74DA36

Tints of Apple #74DA36

Color information

#74DA36 (or 0x74DA36) is unknown color: approx Apple. HEX triplet: 74, DA and 36. RGB value is (116,218,54). Sum of RGB (Red+Green+Blue) = 116+218+54=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA36 is #8B25C9. Grayscale: #A9A9A9. Windows color (decimal): -9119178 or 3594868. OLE color: 3594868.

HSL color Cylindrical-coordinate representation of color #74DA36: hue angle of 97.32º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74DA36 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB11621854-
CMYK0.4700.750.15
HSL97.32º68.91%53.33%-
HSV(B)97.32º75.23%85.49%-
XYZ32.9454.1212.2-
YUV168.8163.2190.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 218 (85.55% from 255) = 56.19%
BLUE value IS 54 (21.48% from 255) = 13.92%
R=29.90%
G=56.19%
B=13.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116218540.4700.750.1597.3268.9153.33
Hex74DA362F04BF614535
Octal164332665701131714110565
Binary11101001101101011011010111101001011111111000011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,218,54); }

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

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

 a { background-color: rgb(116,218,54); }

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

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

 span { border-color: rgb(116,218,54); }

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