#83D08F

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

Shades of De York #83D08F

Tints of De York #83D08F

Color information

#83D08F (or 0x83D08F) is unknown color: approx De York. HEX triplet: 83, D0 and 8F. RGB value is (131,208,143). Sum of RGB (Red+Green+Blue) = 131+208+143=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #83D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D08F is #7C2F70. Grayscale: #B1B1B1. Windows color (decimal): -8138609 or 9425027. OLE color: 9425027.

HSL color Cylindrical-coordinate representation of color #83D08F: hue angle of 129.35º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D08F is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB131208143-
CMYK0.3700.310.18
HSL129.35º45.03%66.47%-
HSV(B)129.35º37.02%81.57%-
XYZ36.8751.9234.06-
YUV177.57108.4994.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.18%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=27.18%
G=43.15%
B=29.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312081430.3700.310.18129.3545.0366.47
Hex83D08F2501F12812d42
Octal203320217450372220155102
Binary10000011110100001000111110010101111110010100000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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