Html Css Color HEX #74DD93 De York

📋 copy color: '#74DD93'

red 116 ◦ green 221 ◦ blue 147

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

Shades of De York #74DD93

Tints of De York #74DD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 23.97%
G = 45.66%
B = 30.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#74DD93 (or 0x74DD93) is known color: De York. HEX triplet: 74, DD and 93. RGB value is (116,221,147). Sum of RGB (Red+Green+Blue) = 116+221+147=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD93 is #8B226C. Grayscale: #B5B5B5. Windows color (decimal): -9118317 or 9690484. OLE color: 9690484.

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

Color convert

RGB 116 221 147 -
CMYK 0.48 0 0.33 0.13
HSL 137.71º 0.61% 0.66% -
HSV(B) 137.71º 0.48% 0.87% -
XYZ 38.33 57.53 36.69 -
YUV 181.17 108.71 81.52 -
System Red Green Blue C M Y K H S L
Decimal 116 221 147 0.48 0 0.33 0.13 137.71 0.61 0.66
Hex 74 DD 93 30 0 21 D 8A 3D 42
Octal 164 335 223 60 0 41 15 212 75 102
Binary 1110100 11011101 10010011 110000 0 100001 1101 10001010 111101 1000010

Color Harmonies of #74DD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD93

Black with #74DD93

Text Example


Text Example

White with #74DD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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