Html Css Color HEX #80DC92 De York

📋 copy color: '#80DC92'

red 128 ◦ green 220 ◦ blue 146

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

Shades of De York #80DC92

Tints of De York #80DC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

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

R = 25.91%
G = 44.53%
B = 29.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#80DC92 (or 0x80DC92) is known color: De York. HEX triplet: 80, DC and 92. RGB value is (128,220,146). Sum of RGB (Red+Green+Blue) = 128+220+146=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC92 is #7F236D. Grayscale: #B8B8B8. Windows color (decimal): -8332142 or 9624704. OLE color: 9624704.

HSL color Cylindrical-coordinate representation of color #80DC92: hue angle of 131.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC92 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 146 -
CMYK 0.42 0 0.34 0.14
HSL 131.74º 0.57% 0.68% -
HSV(B) 131.74º 0.42% 0.86% -
XYZ 39.68 57.85 36.27 -
YUV 184.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 128 220 146 0.42 0 0.34 0.14 131.74 0.57 0.68
Hex 80 DC 92 2A 0 22 E 84 39 44
Octal 200 334 222 52 0 42 16 204 71 104
Binary 10000000 11011100 10010010 101010 0 100010 1110 10000100 111001 1000100

Color Harmonies of #80DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC92

Black with #80DC92

Text Example


Text Example

White with #80DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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