#74C081

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

Shades of De York #74C081

Tints of De York #74C081

Color information

#74C081 (or 0x74C081) is unknown color: approx De York. HEX triplet: 74, C0 and 81. RGB value is (116,192,129). Sum of RGB (Red+Green+Blue) = 116+192+129=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #74C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C081 is #8B3F7E. Grayscale: #A2A2A2. Windows color (decimal): -9125759 or 8503412. OLE color: 8503412.

HSL color Cylindrical-coordinate representation of color #74C081: hue angle of 130.26º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C081 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB116192129-
CMYK0.4000.330.25
HSL130.26º37.62%60.39%-
HSV(B)130.26º39.58%75.29%-
XYZ30.014327.49-
YUV162.09109.3295.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 192 (75.39% from 255) = 43.94%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=26.54%
G=43.94%
B=29.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921290.4000.330.25130.2637.6260.39
Hex74C081280211982263c
Octal16430020150041312024674
Binary1110100110000001000000110100001000011100110000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,129); }

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

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

 a { background-color: rgb(116,192,129); }

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

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

 span { border-color: rgb(116,192,129); }

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