Html Css Color HEX #80C479 De York

📋 copy color: '#80C479'

red 128 ◦ green 196 ◦ blue 121

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

Shades of De York #80C479

Tints of De York #80C479

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.04%

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 28.76%
G = 44.04%
B = 27.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#80C479 (or 0x80C479) is known color: De York. HEX triplet: 80, C4 and 79. RGB value is (128,196,121). Sum of RGB (Red+Green+Blue) = 128+196+121=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #80C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C479 is #7F3B86. Grayscale: #A7A7A7. Windows color (decimal): -8338311 or 7980160. OLE color: 7980160.

HSL color Cylindrical-coordinate representation of color #80C479: hue angle of 114.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C479 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 121 -
CMYK 0.35 0 0.38 0.23
HSL 114.4º 0.39% 0.62% -
HSV(B) 114.4º 0.38% 0.77% -
XYZ 32.09 45.45 25.17 -
YUV 167.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 128 196 121 0.35 0 0.38 0.23 114.4 0.39 0.62
Hex 80 C4 79 23 0 26 17 72 27 3E
Octal 200 304 171 43 0 46 27 162 47 76
Binary 10000000 11000100 1111001 100011 0 100110 10111 1110010 100111 111110

Color Harmonies of #80C479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C479

Black with #80C479

Text Example


Text Example

White with #80C479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,121); }

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

background-color css

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

 a { background-color: rgb(128,196,121); }

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

border-color css

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

 span { border-color: rgb(128,196,121); }

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