#83D58D

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

Shades of De York #83D58D

Tints of De York #83D58D

Color information

#83D58D (or 0x83D58D) is unknown color: approx De York. HEX triplet: 83, D5 and 8D. RGB value is (131,213,141). Sum of RGB (Red+Green+Blue) = 131+213+141=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #83D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D58D is #7C2A72. Grayscale: #B4B4B4. Windows color (decimal): -8137331 or 9295235. OLE color: 9295235.

HSL color Cylindrical-coordinate representation of color #83D58D: hue angle of 127.32º 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 #83D58D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB131213141-
CMYK0.3800.340.16
HSL127.32º49.4%67.45%-
HSV(B)127.32º38.5%83.53%-
XYZ37.9654.3433.69-
YUV180.27105.8392.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=27.01%
G=43.92%
B=29.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312131410.3800.340.16127.3249.467.45
Hex83D58D26022107f3143
Octal203325215460422017761103
Binary10000011110101011000110110011001000101000011111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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