#83CD8F

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

Shades of De York #83CD8F

Tints of De York #83CD8F

Color information

#83CD8F (or 0x83CD8F) is unknown color: approx De York. HEX triplet: 83, CD and 8F. RGB value is (131,205,143). Sum of RGB (Red+Green+Blue) = 131+205+143=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CD8F is #7C3270. Grayscale: #AFAFAF. Windows color (decimal): -8139377 or 9424259. OLE color: 9424259.

HSL color Cylindrical-coordinate representation of color #83CD8F: hue angle of 129.73º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CD8F is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB131205143-
CMYK0.3600.300.20
HSL129.73º42.53%65.88%-
HSV(B)129.73º36.1%80.39%-
XYZ36.1550.4733.82-
YUV175.81109.4896.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=27.35%
G=42.80%
B=29.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312051430.3600.300.20129.7342.5365.88
Hex83CD8F2401E14822b42
Octal203315217440362420253102
Binary10000011110011011000111110010001111010100100000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,205,143); }

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

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

 a { background-color: rgb(131,205,143); }

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

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

 span { border-color: rgb(131,205,143); }

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