Html Css Color HEX #80B57D De York

📋 copy color: '#80B57D'

red 128 ◦ green 181 ◦ blue 125

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

Shades of De York #80B57D

Tints of De York #80B57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 29.49%
G = 41.71%
B = 28.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#80B57D (or 0x80B57D) is known color: De York. HEX triplet: 80, B5 and 7D. RGB value is (128,181,125). Sum of RGB (Red+Green+Blue) = 128+181+125=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #80B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B57D is #7F4A82. Grayscale: #9E9E9E. Windows color (decimal): -8342147 or 8238464. OLE color: 8238464.

HSL color Cylindrical-coordinate representation of color #80B57D: hue angle of 116.79º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B57D is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 125 -
CMYK 0.29 0 0.31 0.29
HSL 116.79º 0.27% 0.6% -
HSV(B) 116.79º 0.31% 0.71% -
XYZ 29.13 39.12 25.42 -
YUV 158.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 128 181 125 0.29 0 0.31 0.29 116.79 0.27 0.6
Hex 80 B5 7D 1D 0 1F 1D 75 1B 3C
Octal 200 265 175 35 0 37 35 165 33 74
Binary 10000000 10110101 1111101 11101 0 11111 11101 1110101 11011 111100

Color Harmonies of #80B57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B57D

Black with #80B57D

Text Example


Text Example

White with #80B57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,125); }

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

background-color css

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

 a { background-color: rgb(128,181,125); }

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

border-color css

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

 span { border-color: rgb(128,181,125); }

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