#83CA84

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

Shades of De York #83CA84

Tints of De York #83CA84

Color information

#83CA84 (or 0x83CA84) is unknown color: approx De York. HEX triplet: 83, CA and 84. RGB value is (131,202,132). Sum of RGB (Red+Green+Blue) = 131+202+132=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CA84 is #7C357B. Grayscale: #ADADAD. Windows color (decimal): -8140156 or 8702595. OLE color: 8702595.

HSL color Cylindrical-coordinate representation of color #83CA84: hue angle of 120.85º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CA84 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB131202132-
CMYK0.3500.350.21
HSL120.85º40.11%65.29%-
HSV(B)120.85º35.15%79.22%-
XYZ34.6548.7329.41-
YUV172.79104.9898.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=28.17%
G=43.44%
B=28.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312021320.3500.350.21120.8540.1165.29
Hex83CA842302315792841
Octal203312204430432517150101
Binary10000011110010101000010010001101000111010111110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,202,132); }

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

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

 a { background-color: rgb(131,202,132); }

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

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

 span { border-color: rgb(131,202,132); }

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