#74BD7E

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

Shades of De York #74BD7E

Tints of De York #74BD7E

Color information

#74BD7E (or 0x74BD7E) is unknown color: approx De York. HEX triplet: 74, BD and 7E. RGB value is (116,189,126). Sum of RGB (Red+Green+Blue) = 116+189+126=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD7E is #8B4281. Grayscale: #A0A0A0. Windows color (decimal): -9126530 or 8306036. OLE color: 8306036.

HSL color Cylindrical-coordinate representation of color #74BD7E: hue angle of 128.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BD7E is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB116189126-
CMYK0.3900.330.26
HSL128.22º35.61%59.8%-
HSV(B)128.22º38.62%74.12%-
XYZ29.1741.6126.23-
YUV159.99108.8296.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=26.91%
G=43.85%
B=29.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161891260.3900.330.26128.2235.6159.8
Hex74BD7E270211A80243c
Octal16427517647041322004474
Binary111010010111101111111010011101000011101010000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,126); }

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

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

 a { background-color: rgb(116,189,126); }

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

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

 span { border-color: rgb(116,189,126); }

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