#74CC80

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

Shades of De York #74CC80

Tints of De York #74CC80

Color information

#74CC80 (or 0x74CC80) is unknown color: approx De York. HEX triplet: 74, CC and 80. RGB value is (116,204,128). Sum of RGB (Red+Green+Blue) = 116+204+128=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CC80 is #8B337F. Grayscale: #A9A9A9. Windows color (decimal): -9122688 or 8440948. OLE color: 8440948.

HSL color Cylindrical-coordinate representation of color #74CC80: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CC80 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB116204128-
CMYK0.4300.370.2
HSL128.18º46.32%62.75%-
HSV(B)128.18º43.14%80%-
XYZ32.6948.4628.05-
YUV169.02104.8590.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=25.89%
G=45.54%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041280.4300.370.2128.1846.3262.75
Hex74CC802B02514802e3f
Octal16431420053045242005677
Binary1110100110011001000000010101101001011010010000000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,128); }

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

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

 a { background-color: rgb(116,204,128); }

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

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

 span { border-color: rgb(116,204,128); }

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