#74D991

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

Shades of De York #74D991

Tints of De York #74D991

Color information

#74D991 (or 0x74D991) is unknown color: approx De York. HEX triplet: 74, D9 and 91. RGB value is (116,217,145). Sum of RGB (Red+Green+Blue) = 116+217+145=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #74D991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D991 is #8B266E. Grayscale: #B2B2B2. Windows color (decimal): -9119343 or 9558388. OLE color: 9558388.

HSL color Cylindrical-coordinate representation of color #74D991: hue angle of 137.23º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D991 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB116217145-
CMYK0.4700.330.15
HSL137.23º57.06%65.29%-
HSV(B)137.23º46.54%85.1%-
XYZ37.1355.3835.52-
YUV178.59109.0483.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.27%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=24.27%
G=45.40%
B=30.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162171450.4700.330.15137.2357.0665.29
Hex74D9912F021F893941
Octal164331221570411721171101
Binary1110100110110011001000110111101000011111100010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,145); }

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

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

 a { background-color: rgb(116,217,145); }

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

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

 span { border-color: rgb(116,217,145); }

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