Html Css Color HEX #80D886 De York

📋 copy color: '#80D886'

red 128 ◦ green 216 ◦ blue 134

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

Shades of De York #80D886

Tints of De York #80D886

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

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

R = 26.78%
G = 45.19%
B = 28.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#80D886 (or 0x80D886) is known color: De York. HEX triplet: 80, D8 and 86. RGB value is (128,216,134). Sum of RGB (Red+Green+Blue) = 128+216+134=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #80D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D886 is #7F2779. Grayscale: #B4B4B4. Windows color (decimal): -8333178 or 8837248. OLE color: 8837248.

HSL color Cylindrical-coordinate representation of color #80D886: hue angle of 124.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D886 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 134 -
CMYK 0.41 0 0.38 0.15
HSL 124.09º 0.53% 0.67% -
HSV(B) 124.09º 0.41% 0.85% -
XYZ 37.76 55.42 31.26 -
YUV 180.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 128 216 134 0.41 0 0.38 0.15 124.09 0.53 0.67
Hex 80 D8 86 29 0 26 F 7C 35 43
Octal 200 330 206 51 0 46 17 174 65 103
Binary 10000000 11011000 10000110 101001 0 100110 1111 1111100 110101 1000011

Color Harmonies of #80D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D886

Black with #80D886

Text Example


Text Example

White with #80D886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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