Html Css Color HEX #74D890 De York

📋 copy color: '#74D890'

red 116 ◦ green 216 ◦ blue 144

#74D890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #74D890

Tints of De York #74D890

RGB

 RED value IS 116 (45.7% from 255) = 24.37%

 GREEN value IS 216 (84.77% from 255) = 45.38%

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 24.37%
G = 45.38%
B = 30.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#74D890 (or 0x74D890) is known color: De York. HEX triplet: 74, D8 and 90. RGB value is (116,216,144). Sum of RGB (Red+Green+Blue) = 116+216+144=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #74D890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D890 is #8B276F. Grayscale: #B2B2B2. Windows color (decimal): -9119600 or 9492596. OLE color: 9492596.

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

Color convert

RGB 116 216 144 -
CMYK 0.46 0 0.33 0.15
HSL 136.8º 0.56% 0.65% -
HSV(B) 136.8º 0.46% 0.85% -
XYZ 36.79 54.84 35.03 -
YUV 177.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 116 216 144 0.46 0 0.33 0.15 136.8 0.56 0.65
Hex 74 D8 90 2E 0 21 F 89 38 41
Octal 164 330 220 56 0 41 17 211 70 101
Binary 1110100 11011000 10010000 101110 0 100001 1111 10001001 111000 1000001

Color Harmonies of #74D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D890

Black with #74D890

Text Example


Text Example

White with #74D890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,144); }

 H1.HeaderClassName
 {
   color: #74D890;
 }
 .AnyTagClassName
 {
   color: #74D890;
 }
</style>

background-color css

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

 a { background-color: rgb(116,216,144); }

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

border-color css

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

 span { border-color: rgb(116,216,144); }

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