Html Css Color HEX #80D583 De York

📋 copy color: '#80D583'

red 128 ◦ green 213 ◦ blue 131

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

Shades of De York #80D583

Tints of De York #80D583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.75%

R = 27.12%
G = 45.13%
B = 27.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#80D583 (or 0x80D583) is known color: De York. HEX triplet: 80, D5 and 83. RGB value is (128,213,131). Sum of RGB (Red+Green+Blue) = 128+213+131=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #80D583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D583 is #7F2A7C. Grayscale: #B2B2B2. Windows color (decimal): -8333949 or 8639872. OLE color: 8639872.

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

Color convert

RGB 128 213 131 -
CMYK 0.40 0 0.38 0.16
HSL 122.12º 0.5% 0.67% -
HSV(B) 122.12º 0.4% 0.84% -
XYZ 36.79 53.82 29.92 -
YUV 178.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 128 213 131 0.40 0 0.38 0.16 122.12 0.5 0.67
Hex 80 D5 83 28 0 26 10 7A 32 43
Octal 200 325 203 50 0 46 20 172 62 103
Binary 10000000 11010101 10000011 101000 0 100110 10000 1111010 110010 1000011

Color Harmonies of #80D583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D583

Black with #80D583

Text Example


Text Example

White with #80D583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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