#83D08B

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

Shades of De York #83D08B

Tints of De York #83D08B

Color information

#83D08B (or 0x83D08B) is unknown color: approx De York. HEX triplet: 83, D0 and 8B. RGB value is (131,208,139). Sum of RGB (Red+Green+Blue) = 131+208+139=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #83D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D08B is #7C2F74. Grayscale: #B1B1B1. Windows color (decimal): -8138613 or 9162883. OLE color: 9162883.

HSL color Cylindrical-coordinate representation of color #83D08B: hue angle of 126.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D08B is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB131208139-
CMYK0.3700.330.18
HSL126.23º45.03%66.47%-
HSV(B)126.23º37.02%81.57%-
XYZ36.5851.832.5-
YUV177.11106.4995.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.41%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=27.41%
G=43.51%
B=29.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312081390.3700.330.18126.2345.0366.47
Hex83D08B25021127e2d42
Octal203320213450412217655102
Binary10000011110100001000101110010101000011001011111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,208,139); }

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

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

 a { background-color: rgb(131,208,139); }

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

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

 span { border-color: rgb(131,208,139); }

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