#83D091

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

Shades of De York #83D091

Tints of De York #83D091

Color information

#83D091 (or 0x83D091) is unknown color: approx De York. HEX triplet: 83, D0 and 91. RGB value is (131,208,145). Sum of RGB (Red+Green+Blue) = 131+208+145=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #83D091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D091 is #7C2F6E. Grayscale: #B1B1B1. Windows color (decimal): -8138607 or 9556099. OLE color: 9556099.

HSL color Cylindrical-coordinate representation of color #83D091: hue angle of 130.91º 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 #83D091 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB131208145-
CMYK0.3700.300.18
HSL130.91º45.03%66.47%-
HSV(B)130.91º37.02%81.57%-
XYZ37.0351.9834.87-
YUV177.8109.4994.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=27.07%
G=42.98%
B=29.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312081450.3700.300.18130.9145.0366.47
Hex83D0912501E12832d42
Octal203320221450362220355102
Binary10000011110100001001000110010101111010010100000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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