Html Css Color HEX #80D286 De York

📋 copy color: '#80D286'

red 128 ◦ green 210 ◦ blue 134

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

Shades of De York #80D286

Tints of De York #80D286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 134 (52.73% from 255) = 28.39%

R = 27.12%
G = 44.49%
B = 28.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#80D286 (or 0x80D286) is known color: De York. HEX triplet: 80, D2 and 86. RGB value is (128,210,134). Sum of RGB (Red+Green+Blue) = 128+210+134=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #80D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D286 is #7F2D79. Grayscale: #B1B1B1. Windows color (decimal): -8334714 or 8835712. OLE color: 8835712.

HSL color Cylindrical-coordinate representation of color #80D286: hue angle of 124.39º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D286 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 134 -
CMYK 0.39 0 0.36 0.18
HSL 124.39º 0.48% 0.66% -
HSV(B) 124.39º 0.39% 0.82% -
XYZ 36.25 52.4 30.76 -
YUV 176.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 128 210 134 0.39 0 0.36 0.18 124.39 0.48 0.66
Hex 80 D2 86 27 0 24 12 7C 30 42
Octal 200 322 206 47 0 44 22 174 60 102
Binary 10000000 11010010 10000110 100111 0 100100 10010 1111100 110000 1000010

Color Harmonies of #80D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D286

Black with #80D286

Text Example


Text Example

White with #80D286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,134); }

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

background-color css

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

 a { background-color: rgb(128,210,134); }

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

border-color css

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

 span { border-color: rgb(128,210,134); }

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