#83DD8E

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

Shades of De York #83DD8E

Tints of De York #83DD8E

Color information

#83DD8E (or 0x83DD8E) is unknown color: approx De York. HEX triplet: 83, DD and 8E. RGB value is (131,221,142). Sum of RGB (Red+Green+Blue) = 131+221+142=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD8E is #7C2271. Grayscale: #B9B9B9. Windows color (decimal): -8135282 or 9362819. OLE color: 9362819.

HSL color Cylindrical-coordinate representation of color #83DD8E: hue angle of 127.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DD8E is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB131221142-
CMYK0.4100.360.13
HSL127.33º56.96%69.02%-
HSV(B)127.33º40.72%86.67%-
XYZ40.158.4934.77-
YUV185.08103.6889.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=26.52%
G=44.74%
B=28.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312211420.4100.360.13127.3356.9669.02
Hex83DD8E29024D7f3945
Octal203335216510441517771105
Binary1000001111011101100011101010010100100110111111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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