Html Css Color HEX #80D289 De York

📋 copy color: '#80D289'

red 128 ◦ green 210 ◦ blue 137

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

Shades of De York #80D289

Tints of De York #80D289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.84%

R = 26.95%
G = 44.21%
B = 28.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#80D289 (or 0x80D289) is known color: De York. HEX triplet: 80, D2 and 89. RGB value is (128,210,137). Sum of RGB (Red+Green+Blue) = 128+210+137=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #80D289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D289 is #7F2D76. Grayscale: #B1B1B1. Windows color (decimal): -8334711 or 9032320. OLE color: 9032320.

HSL color Cylindrical-coordinate representation of color #80D289: hue angle of 126.59º 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 #80D289 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 137 -
CMYK 0.39 0 0.35 0.18
HSL 126.59º 0.48% 0.66% -
HSV(B) 126.59º 0.39% 0.82% -
XYZ 36.46 52.49 31.88 -
YUV 177.16 105.33 92.94 -
System Red Green Blue C M Y K H S L
Decimal 128 210 137 0.39 0 0.35 0.18 126.59 0.48 0.66
Hex 80 D2 89 27 0 23 12 7F 30 42
Octal 200 322 211 47 0 43 22 177 60 102
Binary 10000000 11010010 10001001 100111 0 100011 10010 1111111 110000 1000010

Color Harmonies of #80D289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D289

Black with #80D289

Text Example


Text Example

White with #80D289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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