Html Css Color HEX #80D690 De York

📋 copy color: '#80D690'

red 128 ◦ green 214 ◦ blue 144

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

Shades of De York #80D690

Tints of De York #80D690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 26.34%
G = 44.03%
B = 29.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#80D690 (or 0x80D690) is known color: De York. HEX triplet: 80, D6 and 90. RGB value is (128,214,144). Sum of RGB (Red+Green+Blue) = 128+214+144=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #80D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D690 is #7F296F. Grayscale: #B4B4B4. Windows color (decimal): -8333680 or 9492096. OLE color: 9492096.

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

Color convert

RGB 128 214 144 -
CMYK 0.40 0 0.33 0.16
HSL 131.16º 0.51% 0.67% -
HSV(B) 131.16º 0.4% 0.84% -
XYZ 37.98 54.7 34.94 -
YUV 180.31 107.51 90.69 -
System Red Green Blue C M Y K H S L
Decimal 128 214 144 0.40 0 0.33 0.16 131.16 0.51 0.67
Hex 80 D6 90 28 0 21 10 83 33 43
Octal 200 326 220 50 0 41 20 203 63 103
Binary 10000000 11010110 10010000 101000 0 100001 10000 10000011 110011 1000011

Color Harmonies of #80D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D690

Black with #80D690

Text Example


Text Example

White with #80D690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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