#74CA89

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

Shades of De York #74CA89

Tints of De York #74CA89

Color information

#74CA89 (or 0x74CA89) is unknown color: approx De York. HEX triplet: 74, CA and 89. RGB value is (116,202,137). Sum of RGB (Red+Green+Blue) = 116+202+137=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA89 is #8B3576. Grayscale: #A9A9A9. Windows color (decimal): -9123191 or 9030260. OLE color: 9030260.

HSL color Cylindrical-coordinate representation of color #74CA89: hue angle of 134.65º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA89 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB116202137-
CMYK0.4300.320.21
HSL134.65º44.79%62.35%-
HSV(B)134.65º42.57%79.22%-
XYZ32.8447.7631.15-
YUV168.88110.0190.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=25.49%
G=44.40%
B=30.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021370.4300.320.21134.6544.7962.35
Hex74CA892B02015872d3e
Octal16431221153040252075576
Binary1110100110010101000100110101101000001010110000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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