#83C18E

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

Shades of De York #83C18E

Tints of De York #83C18E

Color information

#83C18E (or 0x83C18E) is unknown color: approx De York. HEX triplet: 83, C1 and 8E. RGB value is (131,193,142). Sum of RGB (Red+Green+Blue) = 131+193+142=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #83C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C18E is #7C3E71. Grayscale: #A8A8A8. Windows color (decimal): -8142450 or 9355651. OLE color: 9355651.

HSL color Cylindrical-coordinate representation of color #83C18E: hue angle of 130.65º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C18E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB131193142-
CMYK0.3200.260.24
HSL130.65º33.33%63.53%-
HSV(B)130.65º32.12%75.69%-
XYZ33.3144.9232.51-
YUV168.65112.96101.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=28.11%
G=41.42%
B=30.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311931420.3200.260.24130.6533.3363.53
Hex83C18E2001A18832140
Octal203301216400323020341100
Binary10000011110000011000111010000001101011000100000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,142); }

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

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

 a { background-color: rgb(131,193,142); }

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

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

 span { border-color: rgb(131,193,142); }

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