Html Css Color HEX #80C074 De York

📋 copy color: '#80C074'

red 128 ◦ green 192 ◦ blue 116

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

Shades of De York #80C074

Tints of De York #80C074

RGB

 RED value IS 128 (50.39% from 255) = 29.36%

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 29.36%
G = 44.04%
B = 26.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#80C074 (or 0x80C074) is known color: De York. HEX triplet: 80, C0 and 74. RGB value is (128,192,116). Sum of RGB (Red+Green+Blue) = 128+192+116=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #80C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C074 is #7F3F8B. Grayscale: #A4A4A4. Windows color (decimal): -8339340 or 7651456. OLE color: 7651456.

HSL color Cylindrical-coordinate representation of color #80C074: hue angle of 110.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80C074 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 116 -
CMYK 0.33 0 0.40 0.25
HSL 110.53º 0.38% 0.6% -
HSV(B) 110.53º 0.4% 0.75% -
XYZ 30.9 43.55 23.3 -
YUV 164.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 128 192 116 0.33 0 0.40 0.25 110.53 0.38 0.6
Hex 80 C0 74 21 0 28 19 6F 26 3C
Octal 200 300 164 41 0 50 31 157 46 74
Binary 10000000 11000000 1110100 100001 0 101000 11001 1101111 100110 111100

Color Harmonies of #80C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C074

Black with #80C074

Text Example


Text Example

White with #80C074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C074; }

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

 H1.HeaderClassName
 {
   color: #80C074;
 }
 .AnyTagClassName
 {
   color: #80C074;
 }
</style>

background-color css

<style>
 a { background-color: #80C074; }

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

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

border-color css

<style>
 span { border-color: #80C074; }

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

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