#83DD8D

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

Shades of De York #83DD8D

Tints of De York #83DD8D

Color information

#83DD8D (or 0x83DD8D) is unknown color: approx De York. HEX triplet: 83, DD and 8D. RGB value is (131,221,141). Sum of RGB (Red+Green+Blue) = 131+221+141=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD8D is #7C2272. Grayscale: #B9B9B9. Windows color (decimal): -8135283 or 9297283. OLE color: 9297283.

HSL color Cylindrical-coordinate representation of color #83DD8D: hue angle of 126.67º 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 #83DD8D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB131221141-
CMYK0.4100.360.13
HSL126.67º56.96%69.02%-
HSV(B)126.67º40.72%86.67%-
XYZ40.0258.4634.37-
YUV184.97103.1889.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=26.57%
G=44.83%
B=28.60%

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
Decimal1312211410.4100.360.13126.6756.9669.02
Hex83DD8D29024D7f3945
Octal203335215510441517771105
Binary1000001111011101100011011010010100100110111111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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