#74DD91

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

Shades of De York #74DD91

Tints of De York #74DD91

Color information

#74DD91 (or 0x74DD91) is unknown color: approx De York. HEX triplet: 74, DD and 91. RGB value is (116,221,145). Sum of RGB (Red+Green+Blue) = 116+221+145=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD91 is #8B226E. Grayscale: #B5B5B5. Windows color (decimal): -9118319 or 9559412. OLE color: 9559412.

HSL color Cylindrical-coordinate representation of color #74DD91: hue angle of 136.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD91 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB116221145-
CMYK0.4800.340.13
HSL136.57º60.69%66.08%-
HSV(B)136.57º47.51%86.67%-
XYZ38.1757.4735.87-
YUV180.94107.7181.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.07%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=24.07%
G=45.85%
B=30.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211450.4800.340.13136.5760.6966.08
Hex74DD9130022D893d42
Octal164335221600421521175102
Binary1110100110111011001000111000001000101101100010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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