Html Css Color HEX #80C57A De York

📋 copy color: '#80C57A'

red 128 ◦ green 197 ◦ blue 122

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

Shades of De York #80C57A

Tints of De York #80C57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.07%

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 28.64%
G = 44.07%
B = 27.29%

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

#80C57A (or 0x80C57A) is known color: De York. HEX triplet: 80, C5 and 7A. RGB value is (128,197,122). Sum of RGB (Red+Green+Blue) = 128+197+122=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #80C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C57A is #7F3A85. Grayscale: #A8A8A8. Windows color (decimal): -8338054 or 8045952. OLE color: 8045952.

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

Color convert

RGB 128 197 122 -
CMYK 0.35 0 0.38 0.23
HSL 115.2º 0.39% 0.63% -
HSV(B) 115.2º 0.38% 0.77% -
XYZ 32.38 45.93 25.57 -
YUV 167.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 128 197 122 0.35 0 0.38 0.23 115.2 0.39 0.63
Hex 80 C5 7A 23 0 26 17 73 27 3F
Octal 200 305 172 43 0 46 27 163 47 77
Binary 10000000 11000101 1111010 100011 0 100110 10111 1110011 100111 111111

Color Harmonies of #80C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C57A

Black with #80C57A

Text Example


Text Example

White with #80C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,122); }

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

background-color css

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

 a { background-color: rgb(128,197,122); }

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

border-color css

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

 span { border-color: rgb(128,197,122); }

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