#74D036

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

Shades of Apple #74D036

Tints of Apple #74D036

Color information

#74D036 (or 0x74D036) is unknown color: approx Apple. HEX triplet: 74, D0 and 36. RGB value is (116,208,54). Sum of RGB (Red+Green+Blue) = 116+208+54=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #74D036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D036 is #8B2FC9. Grayscale: #A3A3A3. Windows color (decimal): -9121738 or 3592308. OLE color: 3592308.

HSL color Cylindrical-coordinate representation of color #74D036: hue angle of 95.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74D036 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB11620854-
CMYK0.4400.740.18
HSL95.84º62.1%51.37%-
HSV(B)95.84º74.04%81.57%-
XYZ30.4249.0911.36-
YUV162.9466.5294.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 208 (81.64% from 255) = 55.03%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=30.69%
G=55.03%
B=14.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116208540.4400.740.1895.8462.151.37
Hex74D0362C04A12603e33
Octal16432066540112221407663
Binary11101001101000011011010110001001010100101100000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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