Html Css Color HEX #80D392 De York

📋 copy color: '#80D392'

red 128 ◦ green 211 ◦ blue 146

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

Shades of De York #80D392

Tints of De York #80D392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 26.39%
G = 43.51%
B = 30.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#80D392 (or 0x80D392) is known color: De York. HEX triplet: 80, D3 and 92. RGB value is (128,211,146). Sum of RGB (Red+Green+Blue) = 128+211+146=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #80D392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D392 is #7F2C6D. Grayscale: #B2B2B2. Windows color (decimal): -8334446 or 9622400. OLE color: 9622400.

HSL color Cylindrical-coordinate representation of color #80D392: hue angle of 133.01º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D392 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 146 -
CMYK 0.39 0 0.31 0.17
HSL 133.01º 0.49% 0.66% -
HSV(B) 133.01º 0.39% 0.83% -
XYZ 37.38 53.25 35.5 -
YUV 178.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 128 211 146 0.39 0 0.31 0.17 133.01 0.49 0.66
Hex 80 D3 92 27 0 1F 11 85 31 42
Octal 200 323 222 47 0 37 21 205 61 102
Binary 10000000 11010011 10010010 100111 0 11111 10001 10000101 110001 1000010

Color Harmonies of #80D392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D392

Black with #80D392

Text Example


Text Example

White with #80D392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,146); }

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

background-color css

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

 a { background-color: rgb(128,211,146); }

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

border-color css

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

 span { border-color: rgb(128,211,146); }

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