Html Css Color HEX #74DD90 De York

📋 copy color: '#74DD90'

red 116 ◦ green 221 ◦ blue 144

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

Shades of De York #74DD90

Tints of De York #74DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

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

R = 24.12%
G = 45.95%
B = 29.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#74DD90 (or 0x74DD90) is known color: De York. HEX triplet: 74, DD and 90. RGB value is (116,221,144). Sum of RGB (Red+Green+Blue) = 116+221+144=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD90 is #8B226F. Grayscale: #B5B5B5. Windows color (decimal): -9118320 or 9493876. OLE color: 9493876.

HSL color Cylindrical-coordinate representation of color #74DD90: hue angle of 136º 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 #74DD90 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 144 -
CMYK 0.48 0 0.35 0.13
HSL 136º 0.61% 0.66% -
HSV(B) 136º 0.48% 0.87% -
XYZ 38.09 57.44 35.46 -
YUV 180.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 116 221 144 0.48 0 0.35 0.13 136 0.61 0.66
Hex 74 DD 90 30 0 23 D 88 3D 42
Octal 164 335 220 60 0 43 15 210 75 102
Binary 1110100 11011101 10010000 110000 0 100011 1101 10001000 111101 1000010

Color Harmonies of #74DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD90

Black with #74DD90

Text Example


Text Example

White with #74DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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