Html Css Color HEX #80DC93 De York

📋 copy color: '#80DC93'

red 128 ◦ green 220 ◦ blue 147

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

Shades of De York #80DC93

Tints of De York #80DC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 25.86%
G = 44.44%
B = 29.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#80DC93 (or 0x80DC93) is known color: De York. HEX triplet: 80, DC and 93. RGB value is (128,220,147). Sum of RGB (Red+Green+Blue) = 128+220+147=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC93 is #7F236C. Grayscale: #B8B8B8. Windows color (decimal): -8332141 or 9690240. OLE color: 9690240.

HSL color Cylindrical-coordinate representation of color #80DC93: hue angle of 132.39º 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 #80DC93 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 147 -
CMYK 0.42 0 0.33 0.14
HSL 132.39º 0.57% 0.68% -
HSV(B) 132.39º 0.42% 0.86% -
XYZ 39.76 57.88 36.68 -
YUV 184.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 128 220 147 0.42 0 0.33 0.14 132.39 0.57 0.68
Hex 80 DC 93 2A 0 21 E 84 39 44
Octal 200 334 223 52 0 41 16 204 71 104
Binary 10000000 11011100 10010011 101010 0 100001 1110 10000100 111001 1000100

Color Harmonies of #80DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC93

Black with #80DC93

Text Example


Text Example

White with #80DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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