#74D589

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

Shades of De York #74D589

Tints of De York #74D589

Color information

#74D589 (or 0x74D589) is unknown color: approx De York. HEX triplet: 74, D5 and 89. RGB value is (116,213,137). Sum of RGB (Red+Green+Blue) = 116+213+137=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #74D589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D589 is #8B2A76. Grayscale: #AFAFAF. Windows color (decimal): -9120375 or 9033076. OLE color: 9033076.

HSL color Cylindrical-coordinate representation of color #74D589: hue angle of 132.99º degrees, saturation: 0.54, 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 #74D589 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB116213137-
CMYK0.4600.360.16
HSL132.99º53.59%64.51%-
HSV(B)132.99º45.54%83.53%-
XYZ35.5153.1132.05-
YUV175.33106.3685.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=24.89%
G=45.71%
B=29.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162131370.4600.360.16132.9953.5964.51
Hex74D5892E02410853641
Octal164325211560442020566101
Binary11101001101010110001001101110010010010000100001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,213,137); }

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

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

 a { background-color: rgb(116,213,137); }

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

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

 span { border-color: rgb(116,213,137); }

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