#74D689

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

Shades of De York #74D689

Tints of De York #74D689

Color information

#74D689 (or 0x74D689) is unknown color: approx De York. HEX triplet: 74, D6 and 89. RGB value is (116,214,137). Sum of RGB (Red+Green+Blue) = 116+214+137=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #74D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D689 is #8B2976. Grayscale: #B0B0B0. Windows color (decimal): -9120119 or 9033332. OLE color: 9033332.

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

Color convert

RGB116214137-
CMYK0.4600.360.16
HSL132.86º54.44%64.71%-
HSV(B)132.86º45.79%83.92%-
XYZ35.7653.6132.13-
YUV175.92106.0385.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=24.84%
G=45.82%
B=29.34%

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
Decimal1162141370.4600.360.16132.8654.4464.71
Hex74D6892E02410853641
Octal164326211560442020566101
Binary11101001101011010001001101110010010010000100001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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