Html Css Color HEX #80BA7B De York

📋 copy color: '#80BA7B'

red 128 ◦ green 186 ◦ blue 123

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

Shades of De York #80BA7B

Tints of De York #80BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 29.29%
G = 42.56%
B = 28.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#80BA7B (or 0x80BA7B) is known color: De York. HEX triplet: 80, BA and 7B. RGB value is (128,186,123). Sum of RGB (Red+Green+Blue) = 128+186+123=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA7B is #7F4584. Grayscale: #A1A1A1. Windows color (decimal): -8340869 or 8108672. OLE color: 8108672.

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

Color convert

RGB 128 186 123 -
CMYK 0.31 0 0.34 0.27
HSL 115.24º 0.31% 0.61% -
HSV(B) 115.24º 0.34% 0.73% -
XYZ 30.04 41.14 25.1 -
YUV 161.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 128 186 123 0.31 0 0.34 0.27 115.24 0.31 0.61
Hex 80 BA 7B 1F 0 22 1B 73 1F 3D
Octal 200 272 173 37 0 42 33 163 37 75
Binary 10000000 10111010 1111011 11111 0 100010 11011 1110011 11111 111101

Color Harmonies of #80BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA7B

Black with #80BA7B

Text Example


Text Example

White with #80BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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