#74D636

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

Shades of Apple #74D636

Tints of Apple #74D636

Color information

#74D636 (or 0x74D636) is unknown color: approx Apple. HEX triplet: 74, D6 and 36. RGB value is (116,214,54). Sum of RGB (Red+Green+Blue) = 116+214+54=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #74D636 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D636 is #8B29C9. Grayscale: #A7A7A7. Windows color (decimal): -9120202 or 3593844. OLE color: 3593844.

HSL color Cylindrical-coordinate representation of color #74D636: hue angle of 96.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74D636 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB11621454-
CMYK0.4600.750.16
HSL96.75º66.12%52.55%-
HSV(B)96.75º74.77%83.92%-
XYZ31.9152.0711.86-
YUV166.4664.5392.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 214 (83.98% from 255) = 55.73%
BLUE value IS 54 (21.48% from 255) = 14.06%
R=30.21%
G=55.73%
B=14.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116214540.4600.750.1696.7566.1252.55
Hex74D6362E04B10614235
Octal164326665601132014110265
Binary111010011010110110110101110010010111000011000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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