#83C18F

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

Shades of De York #83C18F

Tints of De York #83C18F

Color information

#83C18F (or 0x83C18F) is unknown color: approx De York. HEX triplet: 83, C1 and 8F. RGB value is (131,193,143). Sum of RGB (Red+Green+Blue) = 131+193+143=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #83C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C18F is #7C3E70. Grayscale: #A8A8A8. Windows color (decimal): -8142449 or 9421187. OLE color: 9421187.

HSL color Cylindrical-coordinate representation of color #83C18F: hue angle of 131.61º 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 #83C18F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB131193143-
CMYK0.3200.260.24
HSL131.61º33.33%63.53%-
HSV(B)131.61º32.12%75.69%-
XYZ33.3944.9532.9-
YUV168.76113.46101.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=28.05%
G=41.33%
B=30.62%

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
Decimal1311931430.3200.260.24131.6133.3363.53
Hex83C18F2001A18842140
Octal203301217400323020441100
Binary10000011110000011000111110000001101011000100001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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