#74D28E

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

Shades of De York #74D28E

Tints of De York #74D28E

Color information

#74D28E (or 0x74D28E) is unknown color: approx De York. HEX triplet: 74, D2 and 8E. RGB value is (116,210,142). Sum of RGB (Red+Green+Blue) = 116+210+142=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #74D28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D28E is #8B2D71. Grayscale: #AEAEAE. Windows color (decimal): -9121138 or 9359988. OLE color: 9359988.

HSL color Cylindrical-coordinate representation of color #74D28E: hue angle of 136.6º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D28E is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB116210142-
CMYK0.4500.320.18
HSL136.6º51.09%63.92%-
HSV(B)136.6º44.76%82.35%-
XYZ35.1351.7633.73-
YUV174.14109.8686.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=24.79%
G=44.87%
B=30.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162101420.4500.320.18136.651.0963.92
Hex74D28E2D02012893340
Octal164322216550402221163100
Binary11101001101001010001110101101010000010010100010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,210,142); }

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

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

 a { background-color: rgb(116,210,142); }

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

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

 span { border-color: rgb(116,210,142); }

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