Html Css Color HEX #80D481 De York

📋 copy color: '#80D481'

red 128 ◦ green 212 ◦ blue 129

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

Shades of De York #80D481

Tints of De York #80D481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

 BLUE value IS 129 (50.78% from 255) = 27.51%

R = 27.29%
G = 45.2%
B = 27.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#80D481 (or 0x80D481) is known color: De York. HEX triplet: 80, D4 and 81. RGB value is (128,212,129). Sum of RGB (Red+Green+Blue) = 128+212+129=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #80D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D481 is #7F2B7E. Grayscale: #B1B1B1. Windows color (decimal): -8334207 or 8508544. OLE color: 8508544.

HSL color Cylindrical-coordinate representation of color #80D481: hue angle of 120.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D481 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 129 -
CMYK 0.40 0 0.39 0.17
HSL 120.71º 0.49% 0.67% -
HSV(B) 120.71º 0.4% 0.83% -
XYZ 36.41 53.26 29.13 -
YUV 177.42 100.67 92.75 -
System Red Green Blue C M Y K H S L
Decimal 128 212 129 0.40 0 0.39 0.17 120.71 0.49 0.67
Hex 80 D4 81 28 0 27 11 79 31 43
Octal 200 324 201 50 0 47 21 171 61 103
Binary 10000000 11010100 10000001 101000 0 100111 10001 1111001 110001 1000011

Color Harmonies of #80D481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D481

Black with #80D481

Text Example


Text Example

White with #80D481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,129); }

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

background-color css

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

 a { background-color: rgb(128,212,129); }

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

border-color css

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

 span { border-color: rgb(128,212,129); }

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