#83CA8F

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

Shades of De York #83CA8F

Tints of De York #83CA8F

Color information

#83CA8F (or 0x83CA8F) is unknown color: approx De York. HEX triplet: 83, CA and 8F. RGB value is (131,202,143). Sum of RGB (Red+Green+Blue) = 131+202+143=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CA8F is #7C3570. Grayscale: #AEAEAE. Windows color (decimal): -8140145 or 9423491. OLE color: 9423491.

HSL color Cylindrical-coordinate representation of color #83CA8F: hue angle of 130.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CA8F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB131202143-
CMYK0.3500.290.21
HSL130.14º40.11%65.29%-
HSV(B)130.14º35.15%79.22%-
XYZ35.4449.0533.59-
YUV174.04110.4897.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=27.52%
G=42.44%
B=30.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312021430.3500.290.21130.1440.1165.29
Hex83CA8F2301D15822841
Octal203312217430352520250101
Binary10000011110010101000111110001101110110101100000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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