Html Css Color HEX #74C980 De York

📋 copy color: '#74C980'

red 116 ◦ green 201 ◦ blue 128

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

Shades of De York #74C980

Tints of De York #74C980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.17%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 26.07%
G = 45.17%
B = 28.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#74C980 (or 0x74C980) is known color: De York. HEX triplet: 74, C9 and 80. RGB value is (116,201,128). Sum of RGB (Red+Green+Blue) = 116+201+128=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #74C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C980 is #8B367F. Grayscale: #A7A7A7. Windows color (decimal): -9123456 or 8440180. OLE color: 8440180.

HSL color Cylindrical-coordinate representation of color #74C980: hue angle of 128.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C980 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 128 -
CMYK 0.42 0 0.36 0.21
HSL 128.47º 0.44% 0.62% -
HSV(B) 128.47º 0.42% 0.79% -
XYZ 31.99 47.04 27.82 -
YUV 167.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 116 201 128 0.42 0 0.36 0.21 128.47 0.44 0.62
Hex 74 C9 80 2A 0 24 15 80 2C 3E
Octal 164 311 200 52 0 44 25 200 54 76
Binary 1110100 11001001 10000000 101010 0 100100 10101 10000000 101100 111110

Color Harmonies of #74C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C980

Black with #74C980

Text Example


Text Example

White with #74C980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,201,128); }

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

background-color css

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

 a { background-color: rgb(116,201,128); }

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

border-color css

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

 span { border-color: rgb(116,201,128); }

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