Html Css Color HEX #80BA7D De York

📋 copy color: '#80BA7D'

red 128 ◦ green 186 ◦ blue 125

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

Shades of De York #80BA7D

Tints of De York #80BA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.37%

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

R = 29.16%
G = 42.37%
B = 28.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#80BA7D (or 0x80BA7D) is known color: De York. HEX triplet: 80, BA and 7D. RGB value is (128,186,125). Sum of RGB (Red+Green+Blue) = 128+186+125=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA7D is #7F4582. Grayscale: #A1A1A1. Windows color (decimal): -8340867 or 8239744. OLE color: 8239744.

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

Color convert

RGB 128 186 125 -
CMYK 0.31 0 0.33 0.27
HSL 117.05º 0.31% 0.61% -
HSV(B) 117.05º 0.33% 0.73% -
XYZ 30.16 41.19 25.76 -
YUV 161.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 128 186 125 0.31 0 0.33 0.27 117.05 0.31 0.61
Hex 80 BA 7D 1F 0 21 1B 75 1F 3D
Octal 200 272 175 37 0 41 33 165 37 75
Binary 10000000 10111010 1111101 11111 0 100001 11011 1110101 11111 111101

Color Harmonies of #80BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA7D

Black with #80BA7D

Text Example


Text Example

White with #80BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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