#83D38B

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

Shades of De York #83D38B

Tints of De York #83D38B

Color information

#83D38B (or 0x83D38B) is unknown color: approx De York. HEX triplet: 83, D3 and 8B. RGB value is (131,211,139). Sum of RGB (Red+Green+Blue) = 131+211+139=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #83D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D38B is #7C2C74. Grayscale: #B3B3B3. Windows color (decimal): -8137845 or 9163651. OLE color: 9163651.

HSL color Cylindrical-coordinate representation of color #83D38B: hue angle of 126º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D38B is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB131211139-
CMYK0.3800.340.17
HSL126º47.62%67.06%-
HSV(B)126º37.91%82.75%-
XYZ37.3153.2832.74-
YUV178.87105.593.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=27.23%
G=43.87%
B=28.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1312111390.3800.340.1712647.6267.06
Hex83D38B26022117e3043
Octal203323213460422117660103
Binary10000011110100111000101110011001000101000111111101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,211,139); }

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

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

 a { background-color: rgb(131,211,139); }

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

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

 span { border-color: rgb(131,211,139); }

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