#80C483

Color #80C483 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #80C483

Tints of De York #80C483

Color information

#80C483 (or 0x80C483) is unknown color: approx De York. HEX triplet: 80, C4 and 83. RGB value is (128,196,131). Sum of RGB (Red+Green+Blue) = 128+196+131=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #80C483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C483 is #7F3B7C. Grayscale: #A8A8A8. Windows color (decimal): -8338301 or 8635520. OLE color: 8635520.

HSL color Cylindrical-coordinate representation of color #80C483: hue angle of 122.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C483 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB128196131-
CMYK0.3500.330.23
HSL122.65º36.56%63.53%-
HSV(B)122.65º34.69%76.86%-
XYZ32.7445.7128.57-
YUV168.26106.9799.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 196 (76.95% from 255) = 43.08%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=28.13%
G=43.08%
B=28.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281961310.3500.330.23122.6536.5663.53
Hex80C48323021177b2540
Octal200304203430412717345100
Binary10000000110001001000001110001101000011011111110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80C483;
 }
 .AnyTagClassName
 {
   color: #80C483;
 }
</style>
background-color css

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

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

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

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

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

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