Html Css Color HEX #80D28A De York

📋 copy color: '#80D28A'

red 128 ◦ green 210 ◦ blue 138

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

Shades of De York #80D28A

Tints of De York #80D28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 26.89%
G = 44.12%
B = 28.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#80D28A (or 0x80D28A) is known color: De York. HEX triplet: 80, D2 and 8A. RGB value is (128,210,138). Sum of RGB (Red+Green+Blue) = 128+210+138=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #80D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D28A is #7F2D75. Grayscale: #B1B1B1. Windows color (decimal): -8334710 or 9097856. OLE color: 9097856.

HSL color Cylindrical-coordinate representation of color #80D28A: hue angle of 127.32º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D28A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 138 -
CMYK 0.39 0 0.34 0.18
HSL 127.32º 0.48% 0.66% -
HSV(B) 127.32º 0.39% 0.82% -
XYZ 36.54 52.52 32.26 -
YUV 177.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 128 210 138 0.39 0 0.34 0.18 127.32 0.48 0.66
Hex 80 D2 8A 27 0 22 12 7F 30 42
Octal 200 322 212 47 0 42 22 177 60 102
Binary 10000000 11010010 10001010 100111 0 100010 10010 1111111 110000 1000010

Color Harmonies of #80D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D28A

Black with #80D28A

Text Example


Text Example

White with #80D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,138); }

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

background-color css

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

 a { background-color: rgb(128,210,138); }

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

border-color css

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

 span { border-color: rgb(128,210,138); }

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