#83C880

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

Shades of De York #83C880

Tints of De York #83C880

Color information

#83C880 (or 0x83C880) is unknown color: approx De York. HEX triplet: 83, C8 and 80. RGB value is (131,200,128). Sum of RGB (Red+Green+Blue) = 131+200+128=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #83C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C880 is #7C377F. Grayscale: #ABABAB. Windows color (decimal): -8140672 or 8439939. OLE color: 8439939.

HSL color Cylindrical-coordinate representation of color #83C880: hue angle of 117.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83C880 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB131200128-
CMYK0.3400.360.22
HSL117.5º39.56%64.31%-
HSV(B)117.5º36%78.43%-
XYZ33.9147.6927.84-
YUV171.16103.6499.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=28.54%
G=43.57%
B=27.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1312001280.3400.360.22117.539.5664.31
Hex83C8802202416752840
Octal203310200420442616550100
Binary10000011110010001000000010001001001001011011101011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83C880; }

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

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

<style>
 a { background-color: #83C880; }

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

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

<style>
 span { border-color: #83C880; }

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

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