Html Css Color HEX #80D593 De York

📋 copy color: '#80D593'

red 128 ◦ green 213 ◦ blue 147

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

Shades of De York #80D593

Tints of De York #80D593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

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

R = 26.23%
G = 43.65%
B = 30.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#80D593 (or 0x80D593) is known color: De York. HEX triplet: 80, D5 and 93. RGB value is (128,213,147). Sum of RGB (Red+Green+Blue) = 128+213+147=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #80D593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D593 is #7F2A6C. Grayscale: #B4B4B4. Windows color (decimal): -8333933 or 9688448. OLE color: 9688448.

HSL color Cylindrical-coordinate representation of color #80D593: hue angle of 133.41º degrees, saturation: 0.5, 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 #80D593 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 147 -
CMYK 0.40 0 0.31 0.16
HSL 133.41º 0.5% 0.67% -
HSV(B) 133.41º 0.4% 0.84% -
XYZ 37.96 54.28 36.08 -
YUV 180.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 128 213 147 0.40 0 0.31 0.16 133.41 0.5 0.67
Hex 80 D5 93 28 0 1F 10 85 32 43
Octal 200 325 223 50 0 37 20 205 62 103
Binary 10000000 11010101 10010011 101000 0 11111 10000 10000101 110010 1000011

Color Harmonies of #80D593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D593

Black with #80D593

Text Example


Text Example

White with #80D593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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