#83DC8D

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

Shades of De York #83DC8D

Tints of De York #83DC8D

Color information

#83DC8D (or 0x83DC8D) is unknown color: approx De York. HEX triplet: 83, DC and 8D. RGB value is (131,220,141). Sum of RGB (Red+Green+Blue) = 131+220+141=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DC8D is #7C2372. Grayscale: #B8B8B8. Windows color (decimal): -8135539 or 9297027. OLE color: 9297027.

HSL color Cylindrical-coordinate representation of color #83DC8D: hue angle of 126.74º 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 #83DC8D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB131220141-
CMYK0.4000.360.14
HSL126.74º55.97%68.82%-
HSV(B)126.74º40.45%86.27%-
XYZ39.7657.9334.29-
YUV184.38103.5189.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=26.63%
G=44.72%
B=28.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201410.4000.360.14126.7455.9768.82
Hex83DC8D28024E7f3845
Octal203334215500441617770105
Binary1000001111011100100011011010000100100111011111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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