Html Css Color HEX #80D683 De York

📋 copy color: '#80D683'

red 128 ◦ green 214 ◦ blue 131

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

Shades of De York #80D683

Tints of De York #80D683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 27.06%
G = 45.24%
B = 27.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#80D683 (or 0x80D683) is known color: De York. HEX triplet: 80, D6 and 83. RGB value is (128,214,131). Sum of RGB (Red+Green+Blue) = 128+214+131=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #80D683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D683 is #7F297C. Grayscale: #B3B3B3. Windows color (decimal): -8333693 or 8640128. OLE color: 8640128.

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

Color convert

RGB 128 214 131 -
CMYK 0.40 0 0.39 0.16
HSL 122.09º 0.51% 0.67% -
HSV(B) 122.09º 0.4% 0.84% -
XYZ 37.05 54.32 30.01 -
YUV 178.82 101.01 91.75 -
System Red Green Blue C M Y K H S L
Decimal 128 214 131 0.40 0 0.39 0.16 122.09 0.51 0.67
Hex 80 D6 83 28 0 27 10 7A 33 43
Octal 200 326 203 50 0 47 20 172 63 103
Binary 10000000 11010110 10000011 101000 0 100111 10000 1111010 110011 1000011

Color Harmonies of #80D683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D683

Black with #80D683

Text Example


Text Example

White with #80D683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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