#83D88F

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

Shades of De York #83D88F

Tints of De York #83D88F

Color information

#83D88F (or 0x83D88F) is unknown color: approx De York. HEX triplet: 83, D8 and 8F. RGB value is (131,216,143). Sum of RGB (Red+Green+Blue) = 131+216+143=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #83D88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D88F is #7C2770. Grayscale: #B6B6B6. Windows color (decimal): -8136561 or 9427075. OLE color: 9427075.

HSL color Cylindrical-coordinate representation of color #83D88F: hue angle of 128.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D88F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB131216143-
CMYK0.3900.340.15
HSL128.47º52.15%68.04%-
HSV(B)128.47º39.35%84.71%-
XYZ38.8755.9234.73-
YUV182.26105.8491.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=26.73%
G=44.08%
B=29.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312161430.3900.340.15128.4752.1568.04
Hex83D88F27022F803444
Octal203330217470421720064104
Binary10000011110110001000111110011101000101111100000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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