Html Css Color HEX #80DD89 De York

📋 copy color: '#80DD89'

red 128 ◦ green 221 ◦ blue 137

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

Shades of De York #80DD89

Tints of De York #80DD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 26.34%
G = 45.47%
B = 28.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#80DD89 (or 0x80DD89) is known color: De York. HEX triplet: 80, DD and 89. RGB value is (128,221,137). Sum of RGB (Red+Green+Blue) = 128+221+137=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD89 is #7F2276. Grayscale: #B7B7B7. Windows color (decimal): -8331895 or 9035136. OLE color: 9035136.

HSL color Cylindrical-coordinate representation of color #80DD89: hue angle of 125.81º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD89 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 137 -
CMYK 0.42 0 0.38 0.13
HSL 125.81º 0.58% 0.68% -
HSV(B) 125.81º 0.42% 0.87% -
XYZ 39.27 58.11 32.81 -
YUV 183.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 128 221 137 0.42 0 0.38 0.13 125.81 0.58 0.68
Hex 80 DD 89 2A 0 26 D 7E 3A 44
Octal 200 335 211 52 0 46 15 176 72 104
Binary 10000000 11011101 10001001 101010 0 100110 1101 1111110 111010 1000100

Color Harmonies of #80DD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD89

Black with #80DD89

Text Example


Text Example

White with #80DD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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