#83DC8B

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

Shades of De York #83DC8B

Tints of De York #83DC8B

Color information

#83DC8B (or 0x83DC8B) is unknown color: approx De York. HEX triplet: 83, DC and 8B. RGB value is (131,220,139). Sum of RGB (Red+Green+Blue) = 131+220+139=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DC8B is #7C2374. Grayscale: #B8B8B8. Windows color (decimal): -8135541 or 9165955. OLE color: 9165955.

HSL color Cylindrical-coordinate representation of color #83DC8B: hue angle of 125.39º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DC8B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB131220139-
CMYK0.4000.370.14
HSL125.39º55.97%68.82%-
HSV(B)125.39º40.45%86.27%-
XYZ39.6157.8833.51-
YUV184.15102.5190.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=26.73%
G=44.90%
B=28.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201390.4000.370.14125.3955.9768.82
Hex83DC8B28025E7d3845
Octal203334213500451617570105
Binary1000001111011100100010111010000100101111011111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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