#74CD37

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

Shades of Apple #74CD37

Tints of Apple #74CD37

Color information

#74CD37 (or 0x74CD37) is unknown color: approx Apple. HEX triplet: 74, CD and 37. RGB value is (116,205,55). Sum of RGB (Red+Green+Blue) = 116+205+55=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD37 is #8B32C8. Grayscale: #A1A1A1. Windows color (decimal): -9122505 or 3657076. OLE color: 3657076.

HSL color Cylindrical-coordinate representation of color #74CD37: hue angle of 95.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74CD37 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB11620555-
CMYK0.4300.730.20
HSL95.6º60%50.98%-
HSV(B)95.6º73.17%80.39%-
XYZ29.7247.6511.25-
YUV161.2968.0195.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 205 (80.47% from 255) = 54.52%
BLUE value IS 55 (21.88% from 255) = 14.63%
R=30.85%
G=54.52%
B=14.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116205550.4300.730.2095.66050.98
Hex74CD372B04914603c33
Octal16431567530111241407463
Binary11101001100110111011110101101001001101001100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,205,55); }

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

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

 a { background-color: rgb(116,205,55); }

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

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

 span { border-color: rgb(116,205,55); }

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