#74DD36

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

Shades of Apple #74DD36

Tints of Apple #74DD36

Color information

#74DD36 (or 0x74DD36) is unknown color: approx Apple. HEX triplet: 74, DD and 36. RGB value is (116,221,54). Sum of RGB (Red+Green+Blue) = 116+221+54=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DD36 is #8B22C9. Grayscale: #ABABAB. Windows color (decimal): -9118410 or 3595636. OLE color: 3595636.

HSL color Cylindrical-coordinate representation of color #74DD36: hue angle of 97.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74DD36 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB11622154-
CMYK0.4800.760.13
HSL97.72º71.06%53.92%-
HSV(B)97.72º75.57%86.67%-
XYZ33.7255.6912.46-
YUV170.5762.2189.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=29.67%
G=56.52%
B=13.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116221540.4800.760.1397.7271.0653.92
Hex74DD363004CD624736
Octal164335666001141514210766
Binary11101001101110111011011000001001100110111000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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