Html Css Color HEX #80DE89 De York

📋 copy color: '#80DE89'

red 128 ◦ green 222 ◦ blue 137

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

Shades of De York #80DE89

Tints of De York #80DE89

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

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

R = 26.28%
G = 45.59%
B = 28.13%

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

#80DE89 (or 0x80DE89) is known color: De York. HEX triplet: 80, DE and 89. RGB value is (128,222,137). Sum of RGB (Red+Green+Blue) = 128+222+137=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DE89 is #7F2176. Grayscale: #B8B8B8. Windows color (decimal): -8331639 or 9035392. OLE color: 9035392.

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

Color convert

RGB 128 222 137 -
CMYK 0.42 0 0.38 0.13
HSL 125.74º 0.59% 0.69% -
HSV(B) 125.74º 0.42% 0.87% -
XYZ 39.54 58.64 32.9 -
YUV 184.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 128 222 137 0.42 0 0.38 0.13 125.74 0.59 0.69
Hex 80 DE 89 2A 0 26 D 7E 3B 45
Octal 200 336 211 52 0 46 15 176 73 105
Binary 10000000 11011110 10001001 101010 0 100110 1101 1111110 111011 1000101

Color Harmonies of #80DE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE89

Black with #80DE89

Text Example


Text Example

White with #80DE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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