#74C37A

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

Shades of De York #74C37A

Tints of De York #74C37A

Color information

#74C37A (or 0x74C37A) is unknown color: approx De York. HEX triplet: 74, C3 and 7A. RGB value is (116,195,122). Sum of RGB (Red+Green+Blue) = 116+195+122=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #74C37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C37A is #8B3C85. Grayscale: #A3A3A3. Windows color (decimal): -9124998 or 8045428. OLE color: 8045428.

HSL color Cylindrical-coordinate representation of color #74C37A: hue angle of 124.56º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C37A is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB116195122-
CMYK0.4100.370.24
HSL124.56º39.7%60.98%-
HSV(B)124.56º40.51%76.47%-
XYZ30.2344.1525.34-
YUV163.06104.8394.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 195 (76.56% from 255) = 45.03%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=26.79%
G=45.03%
B=28.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951220.4100.370.24124.5639.760.98
Hex74C37A29025187d283d
Octal16430317251045301755075
Binary11101001100001111110101010010100101110001111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,122); }

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

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

 a { background-color: rgb(116,195,122); }

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

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

 span { border-color: rgb(116,195,122); }

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