#74D78C

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

Shades of De York #74D78C

Tints of De York #74D78C

Color information

#74D78C (or 0x74D78C) is unknown color: approx De York. HEX triplet: 74, D7 and 8C. RGB value is (116,215,140). Sum of RGB (Red+Green+Blue) = 116+215+140=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #74D78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D78C is #8B2873. Grayscale: #B1B1B1. Windows color (decimal): -9119860 or 9230196. OLE color: 9230196.

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

Color convert

RGB116215140-
CMYK0.4600.350.16
HSL134.55º55.31%64.9%-
HSV(B)134.55º46.05%84.31%-
XYZ36.2454.2133.36-
YUV176.85107.284.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 215 (84.38% from 255) = 45.65%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=24.63%
G=45.65%
B=29.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151400.4600.350.16134.5555.3164.9
Hex74D78C2E02310873741
Octal164327214560432020767101
Binary11101001101011110001100101110010001110000100001111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,140); }

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

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

 a { background-color: rgb(116,215,140); }

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

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

 span { border-color: rgb(116,215,140); }

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