Html Css Color HEX #80C081 De York

📋 copy color: '#80C081'

red 128 ◦ green 192 ◦ blue 129

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

Shades of De York #80C081

Tints of De York #80C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

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

R = 28.51%
G = 42.76%
B = 28.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#80C081 (or 0x80C081) is known color: De York. HEX triplet: 80, C0 and 81. RGB value is (128,192,129). Sum of RGB (Red+Green+Blue) = 128+192+129=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #80C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C081 is #7F3F7E. Grayscale: #A5A5A5. Windows color (decimal): -8339327 or 8503424. OLE color: 8503424.

HSL color Cylindrical-coordinate representation of color #80C081: hue angle of 120.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C081 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 129 -
CMYK 0.33 0 0.33 0.25
HSL 120.94º 0.34% 0.63% -
HSV(B) 120.94º 0.33% 0.75% -
XYZ 31.71 43.87 27.57 -
YUV 165.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 128 192 129 0.33 0 0.33 0.25 120.94 0.34 0.63
Hex 80 C0 81 21 0 21 19 79 22 3F
Octal 200 300 201 41 0 41 31 171 42 77
Binary 10000000 11000000 10000001 100001 0 100001 11001 1111001 100010 111111

Color Harmonies of #80C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C081

Black with #80C081

Text Example


Text Example

White with #80C081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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