#83CD8B

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

Shades of De York #83CD8B

Tints of De York #83CD8B

Color information

#83CD8B (or 0x83CD8B) is unknown color: approx De York. HEX triplet: 83, CD and 8B. RGB value is (131,205,139). Sum of RGB (Red+Green+Blue) = 131+205+139=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CD8B is #7C3274. Grayscale: #AFAFAF. Windows color (decimal): -8139381 or 9162115. OLE color: 9162115.

HSL color Cylindrical-coordinate representation of color #83CD8B: hue angle of 126.49º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CD8B is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB131205139-
CMYK0.3600.320.20
HSL126.49º42.53%65.88%-
HSV(B)126.49º36.1%80.39%-
XYZ35.8550.3532.26-
YUV175.35107.4896.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=27.58%
G=43.16%
B=29.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312051390.3600.320.20126.4942.5365.88
Hex83CD8B24020147e2b42
Octal203315213440402417653102
Binary10000011110011011000101110010001000001010011111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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