Html Css Color HEX #80D792 De York

📋 copy color: '#80D792'

red 128 ◦ green 215 ◦ blue 146

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

Shades of De York #80D792

Tints of De York #80D792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 26.18%
G = 43.97%
B = 29.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#80D792 (or 0x80D792) is known color: De York. HEX triplet: 80, D7 and 92. RGB value is (128,215,146). Sum of RGB (Red+Green+Blue) = 128+215+146=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #80D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D792 is #7F286D. Grayscale: #B5B5B5. Windows color (decimal): -8333422 or 9623424. OLE color: 9623424.

HSL color Cylindrical-coordinate representation of color #80D792: hue angle of 132.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D792 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 146 -
CMYK 0.40 0 0.32 0.16
HSL 132.41º 0.52% 0.67% -
HSV(B) 132.41º 0.4% 0.84% -
XYZ 38.39 55.27 35.84 -
YUV 181.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 128 215 146 0.40 0 0.32 0.16 132.41 0.52 0.67
Hex 80 D7 92 28 0 20 10 84 34 43
Octal 200 327 222 50 0 40 20 204 64 103
Binary 10000000 11010111 10010010 101000 0 100000 10000 10000100 110100 1000011

Color Harmonies of #80D792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D792

Black with #80D792

Text Example


Text Example

White with #80D792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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