#83DC88

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

Shades of De York #83DC88

Tints of De York #83DC88

Color information

#83DC88 (or 0x83DC88) is unknown color: approx De York. HEX triplet: 83, DC and 88. RGB value is (131,220,136). Sum of RGB (Red+Green+Blue) = 131+220+136=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DC88 is #7C2377. Grayscale: #B8B8B8. Windows color (decimal): -8135544 or 8969347. OLE color: 8969347.

HSL color Cylindrical-coordinate representation of color #83DC88: hue angle of 123.37º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DC88 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB131220136-
CMYK0.4000.380.14
HSL123.37º55.97%68.82%-
HSV(B)123.37º40.45%86.27%-
XYZ39.457.7932.37-
YUV183.81101.0190.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=26.90%
G=45.17%
B=27.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201360.4000.380.14123.3755.9768.82
Hex83DC8828026E7b3845
Octal203334210500461617370105
Binary1000001111011100100010001010000100110111011110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,220,136); }

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

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

 a { background-color: rgb(131,220,136); }

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

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

 span { border-color: rgb(131,220,136); }

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