#83D58B

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

Shades of De York #83D58B

Tints of De York #83D58B

Color information

#83D58B (or 0x83D58B) is unknown color: approx De York. HEX triplet: 83, D5 and 8B. RGB value is (131,213,139). Sum of RGB (Red+Green+Blue) = 131+213+139=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #83D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D58B is #7C2A74. Grayscale: #B4B4B4. Windows color (decimal): -8137333 or 9164163. OLE color: 9164163.

HSL color Cylindrical-coordinate representation of color #83D58B: hue angle of 125.85º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D58B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB131213139-
CMYK0.3800.350.16
HSL125.85º49.4%67.45%-
HSV(B)125.85º38.5%83.53%-
XYZ37.8154.2832.91-
YUV180.05104.8393.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=27.12%
G=44.10%
B=28.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312131390.3800.350.16125.8549.467.45
Hex83D58B26023107e3143
Octal203325213460432017661103
Binary10000011110101011000101110011001000111000011111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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